Skip to content

Commit

Permalink
Fix cmake linking against libboost_thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Oct 15, 2018
1 parent 7f2cf74 commit 617c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -69,7 +69,7 @@ if(ENABLE_GAME OR ENABLE_TESTS)
find_package(SDL2 2.0.4 REQUIRED)
endif(ENABLE_GAME OR ENABLE_TESTS)
find_package(Crypto 1.0 REQUIRED)
find_package(Boost 1.56 REQUIRED COMPONENTS iostreams program_options regex system random)
find_package(Boost 1.56 REQUIRED COMPONENTS iostreams program_options regex system thread random)

# no, gettext executables are not required when NLS is deactivated
find_package(Gettext)
Expand Down

0 comments on commit 617c695

Please sign in to comment.