Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2587


Ignore:
Timestamp:
Jan 12, 2009, 4:12:44 PM (15 years ago)
Author:
rgrieder
Message:

Quotes are needed when setting an internal CMAKE value to "${blubb}" if blubb is "" itself. Worked on linux anyway..

File:
1 edited

Legend:

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

    r2586 r2587  
    109109IF(WIN32)
    110110    # Restore previous settings (see above before FOREACH)
    111     SET(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES_STORED})
     111    SET(CMAKE_FIND_LIBRARY_SUFFIXES "${CMAKE_FIND_LIBRARY_SUFFIXES_STORED}")
    112112ENDIF(WIN32)
    113 SET(CMAKE_FIND_LIBRARY_PREFIXES ${CMAKE_FIND_LIBRARY_PREFIXES_STORED})
     113SET(CMAKE_FIND_LIBRARY_PREFIXES "${CMAKE_FIND_LIBRARY_PREFIXES_STORED}")
    114114
    115115# List has to be comma separated for orxonox.ini
Note: See TracChangeset for help on using the changeset viewer.