Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 4, 2024
1 parent b1ee03d commit ea5d6d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ target_include_directories(client PRIVATE
public
utils/vgui/include)

find_package (OpenGL REQUIRED)

if(APPLE)
target_include_directories(client SYSTEM PRIVATE /usr/include/malloc)
endif(APPLE)
Expand Down Expand Up @@ -223,4 +221,3 @@ target_compile_definitions(client PRIVATE
-DUPDATE_CHECK)

target_link_libraries(client discord-rpc)
target_link_libraries(client OpenGL::GL)

0 comments on commit ea5d6d9

Please sign in to comment.