[CMake] CMAKE_RUNTIME_OUTPUT_DIRECTORY inconsistent between make and Xcode

jmerkow jmerkow at gmail.com
Sun Mar 9 16:19:02 EDT 2014


I am having a similar issue. 

I generate a number of scripts I configure with the path to the executables. 
This path is the same when using make, but with XCode or MSVSC they append
the build type (Debug, Release, RelWithDebInfo, etc). 
Bascially, this script sets a number of env variables, and adds the the PATH
so the application can run.

I'm betting this is a common use of configure file, how is it generally
solved?  I supposed some post build command could be used?

-Jameson



--
View this message in context: http://cmake.3232098.n2.nabble.com/CMAKE-RUNTIME-OUTPUT-DIRECTORY-inconsistent-between-make-and-Xcode-tp7586922p7586940.html
Sent from the CMake mailing list archive at Nabble.com.


More information about the CMake mailing list