diff options
Diffstat (limited to 'Templates/CMakeVisualStudio6Configurations.cmake')
-rw-r--r-- | Templates/CMakeVisualStudio6Configurations.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeVisualStudio6Configurations.cmake b/Templates/CMakeVisualStudio6Configurations.cmake index b8e7974..6355969 100644 --- a/Templates/CMakeVisualStudio6Configurations.cmake +++ b/Templates/CMakeVisualStudio6Configurations.cmake @@ -1,3 +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) +set(CMAKE_CONFIGURATION_TYPES Debug Release MinSizeRel RelWithDebInfo) |