[CMake] Error in Tutorial?

Stephen Rasku cmake at srasku.net
Wed Sep 12 00:26:28 EDT 2012


On Mon, Sep 10, 2012 at 10:50 PM, Eric Noulard <eric.noulard at gmail.com> 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


More information about the CMake mailing list