Skip to content

Commit

Permalink
Add required to threads in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
segrax committed Jun 1, 2024
1 parent 79eccbf commit d284572
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 @@ -17,7 +17,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${openfodder_SOURCE_DIR}/cmake)

find_package(SDL2 REQUIRED)
find_package(SDL2Mixer REQUIRED)
find_package(Threads)
find_package(Threads REQUIRED)

# Locate git binary to provide information to the build environment
find_package(Git)
Expand Down

0 comments on commit d284572

Please sign in to comment.