- Timestamp:
- Jan 12, 2009, 4:12:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/FindOGRE.cmake
r2586 r2587 109 109 IF(WIN32) 110 110 # 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}") 112 112 ENDIF(WIN32) 113 SET(CMAKE_FIND_LIBRARY_PREFIXES ${CMAKE_FIND_LIBRARY_PREFIXES_STORED})113 SET(CMAKE_FIND_LIBRARY_PREFIXES "${CMAKE_FIND_LIBRARY_PREFIXES_STORED}") 114 114 115 115 # List has to be comma separated for orxonox.ini
Note: See TracChangeset
for help on using the changeset viewer.