Don't try to find winmm
This commit is contained in:
parent
918202a1ae
commit
d3d358bdbd
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if(${haveJs} GREATER -1)
|
||||||
find_library(CF_LIBRARY CoreFoundation)
|
find_library(CF_LIBRARY CoreFoundation)
|
||||||
set(JS_LIBS ${IOKIT_LIBRARY} ${CF_LIBRARY})
|
set(JS_LIBS ${IOKIT_LIBRARY} ${CF_LIBRARY})
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
find_library(WINMM_LIBRARY winmm)
|
set(WINMM_LIBRARY winmm)
|
||||||
set(JS_LIBS ${WINMM_LIBRARY})
|
set(JS_LIBS ${WINMM_LIBRARY})
|
||||||
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
# anything needed here?
|
# anything needed here?
|
||||||
|
|
Loading…
Reference in a new issue