Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2010, 3:52:36 PM (14 years ago)
Author:
rgrieder
Message:

Removed workaround that was already worked around by CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/OrxonoxConfig.cmake

    r7163 r7380  
    7979CHECK_INCLUDE_FILE_CXX(iso646.h HAVE_ISO646_H)
    8080
    81 # XCode and Visual Studio support multiple configurations. In order to tell
    82 # about the active one we have to define the macro for each configuration
    83 ADD_COMPILER_FLAGS("-DCMAKE_BUILD_TYPE=Debug"          Debug)
    84 ADD_COMPILER_FLAGS("-DCMAKE_BUILD_TYPE=Release"        Release)
    85 ADD_COMPILER_FLAGS("-DCMAKE_BUILD_TYPE=RelWithDebInfo" RelWithDebInfo)
    86 ADD_COMPILER_FLAGS("-DCMAKE_BUILD_TYPE=MinSizeRel"     MinSizeRel)
    87 
    8881############## Configured Headers ###############
    8982
Note: See TracChangeset for help on using the changeset viewer.