Skip to content

Commit

Permalink
revert glfw3
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Oct 21, 2023
1 parent d7ef987 commit 14498b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(remeres)

find_package(asio CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(glfw3 CONFIG REQUIRED)
find_package(GLUT REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(Threads REQUIRED)
Expand Down Expand Up @@ -214,7 +214,7 @@ target_include_directories(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PRIVATE
${OPENGL_LIBRARIES}
glfw
${GLUT_LIBRARIES}
${ZLIB_LIBRARIES}
fmt::fmt
asio::asio
Expand Down

0 comments on commit 14498b4

Please sign in to comment.