[CMake] Some issues with visual studio
Clifford Yapp
cliffyapp at gmail.com
Sun Jan 8 17:41:37 EST 2012
Hmm - that looks interesting. I didn't know about
SUPPORTS_PARALLEL_BUILD_TYPE - I'll have to review my setup with that
in mind.
Thanks!
On Sun, Jan 8, 2012 at 4:52 PM, J Decker <d3ck0r at gmail.com> wrote:
> if( SUPPORTS_PARALLEL_BUILD_TYPE ) # will be set in visual
> studio type projects...
> INSTALL( FILES ... DESTINATION ...${CMAKE_INSTALL_CONFIG_NAME}
> ... ) #CMAKE_INSTALL_CONFIG_NAME will be set for the build type you're
> doing.
More information about the CMake
mailing list