Skip to content

Commit

Permalink
Stop searching for GLEW libs on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Feb 10, 2024
1 parent 7dc2fc7 commit 3cb34e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ else()
endif()

if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
find_package(GLEW REQUIRED)
target_link_libraries(ImGui PUBLIC opengl32)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
find_package(GLEW REQUIRED)
Expand Down

0 comments on commit 3cb34e4

Please sign in to comment.