[Cmake] file/project specific compile flags
William A. Hoffman
bill . hoffman at kitware . com
Fri, 26 Oct 2001 09:47:56 -0400
At 10:54 AM 10/26/2001 +0100, Phil Pritchett wrote:
I was thinking. When we created the MSPROJECT_TEMPLATE stuff, there
where no flags like CMAKE_CXX_FLAGS_DEBUG|RELEASE|RELMINSIZE.
Perhaps the best thing to do is live with the 4 different builds, but
customize them for
each site. The could even be set in a projects CMakeLists.txt file.
4 builds should be enough.
-Bill
>o CMakeWindowSystemConfig.cmake is always taken from the system CMake
>Templates directory rather than the one specified by
>MSPROJECT_TEMPLATE_DIRECTORY. is this the correct behaviour ?
>o even though you can add build types to the various MS templates the search
>and replace used to generated the project files is hardcoded in, so I
>couldn't add CMAKE_CXX_FLAGS_MYBUILD into the project templates.