Fix cmake linking against libboost_thread.

This commit is contained in:
pentarctagon 2018-10-14 21:40:53 -05:00
parent 7f2cf74292
commit 617c69529e

View file

@ -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)