summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-12-16 00:47:11 +0000
committerTim E. Real <termtech@rogers.com>2012-12-16 00:47:11 +0000
commitb776676ee0feb412a0c2aa917847231985b32563 (patch)
tree56e5d243b520213cdd0cc27559941d7492639ffa
parent083de7cb49f1f7b6087f1b9512ccbe3e69ee9808 (diff)
Fix build type was forced to debug always
-rw-r--r--muse2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt
index 44e3903a..f9522b6f 100644
--- a/muse2/CMakeLists.txt
+++ b/muse2/CMakeLists.txt
@@ -59,7 +59,7 @@ IF(NOT DEFINED SHARE_INSTALL_PREFIX)
SET(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share")
ENDIF(NOT DEFINED SHARE_INSTALL_PREFIX)
-set(CMAKE_BUILD_TYPE debug)
+#set(CMAKE_BUILD_TYPE debug)
#set(CMAKE_BUILD_TYPE release)
# If no CMAKE_BUILD_TYPE is given on the command line,