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/src/network/CMakeLists.txt

    r2579 r2581  
    2626TARGET_LINK_LIBRARIES( network
    2727  ${ZLIB_LIBRARY}
    28   ${ENet_LIBRARIES}
     28  ${ENET_LIBRARY}
    2929  ${Boost_THREAD_LIBRARY}
    3030  core
     
    4545    ${OGRE_LIBRARY}
    4646    network
    47     ${ENet_LIBRARY}
     47    ${ENET_LIBRARY}
    4848    ${ZLIB_LIBRARY}
    4949  )
Note: See TracChangeset for help on using the changeset viewer.