Don't force the build type or we can't overwrite it.

This commit is contained in:
Andreas Schneider 2009-05-14 11:22:38 +02:00
Родитель fdea54edc5
Коммит 338370514e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -23,6 +23,5 @@ if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo
CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
FORCE
)
endif (NOT CMAKE_BUILD_TYPE)