mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
smtk-import: Do not set build type in CMakeLists.txt
We set the build type from the building script. Setting this in CMakeLists.txt make the script setting useless and always build Release type. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
84eb2e377e
commit
25491cf077
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ option(COMMANDLINE "Build command line version" OFF)
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_AUTOUIC ON)
|
set(CMAKE_AUTOUIC ON)
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(CMAKE_BUILD_TYPE "Release")
|
|
||||||
|
|
||||||
set(SSRF_PATH ../)
|
set(SSRF_PATH ../)
|
||||||
set(CMAKE_MODULE_PATH ${SSRF_PATH}cmake/Modules)
|
set(CMAKE_MODULE_PATH ${SSRF_PATH}cmake/Modules)
|
||||||
|
|
Loading…
Reference in a new issue