Ignore:
Timestamp:
09/08/18 19:22:08 (6 years ago)
Author:
tbretz
Message:
The default build option should be 'Release'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19208 r19220  
    99# must be done before project() statement
    1010IF (NOT CMAKE_BUILD_TYPE)
    11         SET(CMAKE_BUILD_TYPE Debug CACHE 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)
    1212ENDIF()
    1313# (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Release)
Note: See TracChangeset for help on using the changeset viewer.