summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-12-20 17:59:18 (GMT)
committerBrad King <brad.king@kitware.com>2002-12-20 17:59:18 (GMT)
commit4e6ad941e981e81b53876508d17d1c3ef06938f2 (patch)
tree01940cd7e170d0db1c808a9dc381c866d83a03fa /Templates
parent309748ff79d827e191e93f8c28f42768dd5d3966 (diff)
downloadCMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.zip
CMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.tar.gz
CMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.tar.bz2
ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeVisualStudio6Configurations.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Templates/CMakeVisualStudio6Configurations.cmake b/Templates/CMakeVisualStudio6Configurations.cmake
new file mode 100644
index 0000000..a9db2ee
--- /dev/null
+++ b/Templates/CMakeVisualStudio6Configurations.cmake
@@ -0,0 +1,3 @@
+# When the dll templates are changed, this list should be
+# updated with the list of possible configurations.
+SET(CMAKE_CONFIGURATION_TYPES Debug Release MinSizeRel RelWithDebInfo)