Changeset 19220 for trunk/Mars/CMakeLists.txt
- Timestamp:
- 09/08/18 19:22:08 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/CMakeLists.txt
r19208 r19220 9 9 # must be done before project() statement 10 10 IF (NOT CMAKE_BUILD_TYPE) 11 SET(CMAKE_BUILD_TYPE DebugCACHE STRING "Choose the type of build (Debug or Release)" FORCE)11 SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build (Debug or Release)" FORCE) 12 12 ENDIF() 13 13 # (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Release)
Note:
See TracChangeset
for help on using the changeset viewer.