Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 10:45:36 PM (15 years ago)
Author:
rgrieder
Message:

Possible build bug: in the compiler config files (BuildConfig, etc.) the compiler flags get reset at first. Adding flags before that will have no effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ggz/cmake/LibraryConfig.cmake

    r3000 r3002  
    116116FIND_PACKAGE(ZLIB            REQUIRED)
    117117FIND_PACKAGE(GGZ                     )
    118 IF(GGZMOD_FOUND)
    119         ADD_COMPILER_FLAGS("-DHAS_GGZ")
    120 ELSE(GGZMOD_FOUND)
    121         MESSAGE("GGZMOD not found, disabling GGZ support")
     118IF(NOT GGZMOD_FOUND)
     119  MESSAGE("GGZMOD not found, disabling GGZ support")
    122120ENDIF(GGZMOD_FOUND)
    123121IF(WIN32)
Note: See TracChangeset for help on using the changeset viewer.