diff options
| author | 刘学利 <[email protected]> | 2019-05-14 12:28:51 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2019-05-14 12:28:51 +0800 |
| commit | 20c1192e939a352a91262791de62e0f5f185c768 (patch) | |
| tree | e62cdf6f24cff9b0367d8702d16d48018bbf590d /CMakeLists.txt | |
| parent | e5c6c20fa3caaf154eb7ec47b4a3a261ce2b9575 (diff) | |
Update CMakeLists.txt;添加默认安装路径
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ed0fe1..9149263 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,8 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) 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) |
