[CMake] CMAKE_RUNTIME_OUTPUT_DIRECTORY inconsistent between make and Xcode

Lucas Soltic lucas.soltic at orange.fr
Sun Mar 9 16:42:07 EDT 2014


Le 9 mars 2014 à 21:19, jmerkow <jmerkow at gmail.com> a écrit :

> 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

Actually this has been answered in this thread:
http://www.cmake.org/pipermail/cmake/2014-March/057162.html

:)


More information about the CMake mailing list