On Mon, Sep 10, 2012 at 10:50 PM, Eric Noulard <[email protected]> wrote
>
> This "PROJECT_BINARY_DIR" is correct since at
> step 1 (Adding a Version Number and Configured Header File), one did:
>
> configure_file (
>   "${PROJECT_SOURCE_DIR}/TutorialConfig.h.in"
>   "${PROJECT_BINARY_DIR}/TutorialConfig.h"
>   )
>
> which precisely configure the template header config file from source tree
> to binary tree.

OK, I see my problem.  I made a transcription error.  Thanks.

...Stephen
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to