2012/8/24 Jason T. Slack-Moehrle <slackmoeh...@gmail.com>:
> Hello
>
> OS X 10.8, CMAKE 2.8.9.
>
> In CMAKE 2.8.9 it seems that CMAKE_FILES_DIRECTORY
>
> SET( PROJECT_BINARY_DIR "." )
> SET( CMAKE_FILES_DIRECTORY  ${PROJECT_BINARY_DIR}/output/CMakeFiles )
> SET( EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin )
>
> I dont see an 'output/CMakeFiles' created but I do see a 'bin' where
> my executable is put.

What makes you think that "PROJECT_BINARY_DIR" or
"CMAKE_FILES_DIRECTORY" may be modified?

AFAIK those are read-only variable setup by CMake itself.

i.e.:
cmake --help-variable PROJECT_BINARY_DIR
PROJECT_BINARY_DIR
       Full path to build directory for project.

       This is the binary directory of the most recent PROJECT command.

CMAKE_FILES_DIRECTORY, is not documented at all and
since it's define in void cmMakefile::AddDefaultDefinitions()
I doubt it was meant to be user-modified.

Did you manage to do that with any CMake version before 2.8.9 ?
If yes which one(s)?


-- 
Erk
Le gouvernement représentatif n'est pas la démocratie --
http://www.le-message.org
--

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