Skip to content

Commit

Permalink
🐛 Fixed missing threads dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Sep 28, 2024
1 parent e31bb1a commit b5c1340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ project(rorserver VERSION "2021.10")
set(ROR_DEPENDENCY_DIR "${CMAKE_SOURCE_DIR}/dependencies/build" CACHE PATH "Path to the dependencies")
set(CMAKE_PREFIX_PATH ${ROR_DEPENDENCY_DIR} ${CMAKE_PREFIX_PATH})

set(CMAKE_THREAD_PREFER_PTHREAD YES)
find_package(Threads REQUIRED)
find_package(Angelscript)
find_package(jsoncpp REQUIRED)
find_package(SocketW REQUIRED)
Expand Down

0 comments on commit b5c1340

Please sign in to comment.