Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2009, 10:22:22 PM (15 years ago)
Author:
rgrieder
Message:

Three build fixes:

  • All ENet to ENET and ENet_LIBRARIES to ENET_LIBRARY
  • Added ugly quotes again in ConfigTardis.cmake

@x3n: If you have difficulties finding Ogre, try putting $ENV{OGRE_HOME} in ConfigMinGW.cmake between quotes, on one line with semicolons as separators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/ConfigPlatforms.cmake

    r2579 r2581  
    3131
    3232# Set some variables to default values that may be configured below
    33 SET(ENet_ADDITIONAL_LIBRARIES "")
     33SET(ENET_ADDITIONAL_LIBRARIES "")
    3434SET(ORXONOX_FPIC_FLAG "-fPIC")
    3535SET(LIBRARY_DEBUG_POSTFIX "_d")
    3636MARK_AS_ADVANCED(
    37   ENet_ADDITIONAL_LIBRARIES
     37  ENET_ADDITIONAL_LIBRARIES
    3838  ORXONOX_FPIC_FLAG
    3939  LIBRARY_DEBUG_POSTFIX
Note: See TracChangeset for help on using the changeset viewer.