Skip to content

Commit 8f04004

Browse files
committed
fix
1 parent 2f38668 commit 8f04004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ target_link_libraries(WoWFrontendLib ${glew_lib})
405405
if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
406406
include_directories(WoWFrontendLib "./wowViewerLib/src/opengl")
407407
target_link_libraries(WoWFrontendLib opengl32)
408-
target_link_libraries(WoWFrontendLib -lm)
409408
target_link_libraries(WoWFrontendLib -lwininet)
410409
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
411410
FIND_LIBRARY(OpenGL_LIBRARY OpenGL)

0 commit comments

Comments
 (0)