Skip to content

Commit

Permalink
feat(build): Link GLEW::glew instead of GLEW::GLEW in CMakeLists.txt (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koranir authored Apr 29, 2024
1 parent 46afc6f commit 1e558e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ else()
target_compile_definitions(EndlessSkyLib PUBLIC GL_SILENCE_DEPRECATION)
else()
# GLEW is only needed on Linux and Windows.
target_link_libraries(ExternalLibraries INTERFACE GLEW::GLEW)
target_link_libraries(ExternalLibraries INTERFACE GLEW::glew)
endif()
endif()

Expand Down

0 comments on commit 1e558e1

Please sign in to comment.