summaryrefslogtreecommitdiffstats
path: root/smtk-import
diff options
context:
space:
mode:
authorGravatar Salvador Cuñat <salvador.cunat@gmail.com>2018-08-23 20:41:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-25 11:11:51 -0700
commit25491cf0776e2f22a50df830ee15f4d1c597f6fc (patch)
treec74c7ca55bfd251f8ea5dbaa7d80d47eaa74e890 /smtk-import
parent84eb2e377e4fed2ab0e5875d527fa88594ff96c3 (diff)
downloadsubsurface-25491cf0776e2f22a50df830ee15f4d1c597f6fc.tar.gz
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>
Diffstat (limited to 'smtk-import')
-rw-r--r--smtk-import/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/smtk-import/CMakeLists.txt b/smtk-import/CMakeLists.txt
index 1720b2eb1..df15d8b0a 100644
--- a/smtk-import/CMakeLists.txt
+++ b/smtk-import/CMakeLists.txt
@@ -8,7 +8,6 @@ option(COMMANDLINE "Build command line version" OFF)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_BUILD_TYPE "Release")
set(SSRF_PATH ../)
set(CMAKE_MODULE_PATH ${SSRF_PATH}cmake/Modules)