]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeModules/FindPLIB.cmake
#669: reset fly-by-view when a new replay loop begins
[flightgear.git] / 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?