]> git.mxchange.org Git - flightgear.git/commitdiff
Don't try to find winmm
authorFrederic Bouvier <fredfgfs01@free.fr>
Mon, 12 Sep 2011 09:08:32 +0000 (11:08 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Mon, 12 Sep 2011 09:08:32 +0000 (11:08 +0200)
CMakeModules/FindPLIB.cmake

index 987943eb103872e0ed2c504e5beb7db6e9c68360..685c54d63e3589e38ad1d92474c0e3b9bf15bb5d 100644 (file)
@@ -161,7 +161,7 @@ if(${haveJs} GREATER -1)
         find_library(CF_LIBRARY CoreFoundation)
         set(JS_LIBS ${IOKIT_LIBRARY} ${CF_LIBRARY})
     elseif(WIN32)
-        find_library(WINMM_LIBRARY winmm)
+        set(WINMM_LIBRARY winmm)
         set(JS_LIBS ${WINMM_LIBRARY})
     elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
         # anything needed here?