We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eccbf commit d284572Copy full SHA for d284572
1 file changed
CMakeLists.txt
@@ -17,7 +17,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${openfodder_SOURCE_DIR}/cmake)
17
18
find_package(SDL2 REQUIRED)
19
find_package(SDL2Mixer REQUIRED)
20
-find_package(Threads)
+find_package(Threads REQUIRED)
21
22
# Locate git binary to provide information to the build environment
23
find_package(Git)
0 commit comments