We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f38668 commit 8f04004Copy full SHA for 8f04004
CMakeLists.txt
@@ -405,7 +405,6 @@ target_link_libraries(WoWFrontendLib ${glew_lib})
405
if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
406
include_directories(WoWFrontendLib "./wowViewerLib/src/opengl")
407
target_link_libraries(WoWFrontendLib opengl32)
408
- target_link_libraries(WoWFrontendLib -lm)
409
target_link_libraries(WoWFrontendLib -lwininet)
410
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
411
FIND_LIBRARY(OpenGL_LIBRARY OpenGL)
0 commit comments