Changeset 19222


Ignore:
Timestamp:
09/08/18 19:36:04 (6 years ago)
Author:
tbretz
Message:
That's the better approach.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19219 r19222  
    88# Enable debug symbols by default
    99# 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()
     10SET(CMAKE_BUILD_TYPE_INIT Release)
    1311# (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Debug)
    1412
Note: See TracChangeset for help on using the changeset viewer.