summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2019-07-17 16:57:11 +0800
committerliuxueli <[email protected]>2019-07-17 16:57:11 +0800
commit7910a899321e2dc74c805aa44019738c0a619221 (patch)
treee20c8ffc8514766f25d266d52a04a6550a3ba203 /CMakeLists.txt
parentcc228def9ffdc1c60e55defbd84c693223901ca5 (diff)
删除设置默认安装路径
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a42846a..d913898 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,6 @@ include(Version)
set(CMAKE_MACOSX_RPATH 0)
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall)
-set(CMAKE_INSTALL_PREFIX /opt/MESA)
#for ASAN
option(ENABLE_SANITIZE_ADDRESS "Enable AddressSanitizer" FALSE)