Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 10:23:01 PM (17 years ago)
Author:
rgrieder
Message:

MinGW is able to find all the necessary libraries. However compiling does not work.

File:
1 edited

Legend:

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

    r2593 r2594  
    5151    SET(CMAKE_FIND_LIBRARY_SUFFIXES .dll)
    5252ENDIF(WIN32)
    53 SET(CMAKE_FIND_LIBRARY_PREFIXES_STORED ${CMAKE_FIND_LIBRARY_PREFIXES})
     53SET(CMAKE_FIND_LIBRARY_PREFIXES_STORED "${CMAKE_FIND_LIBRARY_PREFIXES}")
    5454SET(CMAKE_FIND_LIBRARY_PREFIXES "")
    5555
Note: See TracChangeset for help on using the changeset viewer.