diff options
Diffstat (limited to 'Templates/CMakeVisualStudio6Configurations.cmake')
-rw-r--r-- | Templates/CMakeVisualStudio6Configurations.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/CMakeVisualStudio6Configurations.cmake b/Templates/CMakeVisualStudio6Configurations.cmake index a9db2ee..6355969 100644 --- a/Templates/CMakeVisualStudio6Configurations.cmake +++ b/Templates/CMakeVisualStudio6Configurations.cmake @@ -1,3 +1,3 @@ -# When the dll templates are changed, this list should be +# 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) |