1
0
Fork 0

Don't try to find winmm

This commit is contained in:
Frederic Bouvier 2011-09-12 11:08:32 +02:00
parent 918202a1ae
commit d3d358bdbd

View 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?