Skip to content

Commit d284572

Browse files
committed
Add required to threads in cmake
1 parent 79eccbf commit d284572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${openfodder_SOURCE_DIR}/cmake)
1717

1818
find_package(SDL2 REQUIRED)
1919
find_package(SDL2Mixer REQUIRED)
20-
find_package(Threads)
20+
find_package(Threads REQUIRED)
2121

2222
# Locate git binary to provide information to the build environment
2323
find_package(Git)

0 commit comments

Comments
 (0)