Changeset 19222
- Timestamp:
- 09/08/18 19:36:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19219 r19222 8 8 # Enable debug symbols by default 9 9 # must be done before project() statement 10 IF (NOT CMAKE_BUILD_TYPE) 11 SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build (empty, ``Debug``, ``Release``, ``RelWithDebInfo`` and ``MinSizeRel``)" FORCE) 12 ENDIF() 10 SET(CMAKE_BUILD_TYPE_INIT Release) 13 11 # (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Debug) 14 12
Note:
See TracChangeset
for help on using the changeset viewer.