Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8321


Ignore:
Timestamp:
Apr 24, 2011, 10:39:59 PM (13 years ago)
Author:
rgrieder
Message:

Prevent installation of debug builds (not supported).

Location:
code/branches/kicklib2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/CMakeLists.txt

    r8285 r8321  
    9999ENDIF()
    100100
     101# Debug builds can not be installed
     102INSTALL(SCRIPT cmake/InstallCheck.cmake)
     103
    101104# Enable expensive optimisations: use this for a binary release build
    102105OPTION(ORXONOX_RELEASE "Enable when building restributable releases" FALSE)
Note: See TracChangeset for help on using the changeset viewer.