Skip to content

Commit

Permalink
[groans] make CMake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 12, 2018
1 parent 68d8a25 commit 518a53b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
set(Boost_USE_DEBUG_RUNTIME OFF)
set(Boost_NO_BOOST_CMAKE ON)
find_package(Boost 1.67.0 REQUIRED COMPONENTS context OPTIONAL_COMPONENTS system thread)
find_package(Boost 1.67.0 REQUIRED COMPONENTS context)
include_directories(${Boost_INCLUDE_DIRS})

LIST(APPEND PROJECT_LIBS jsoncpp_lib_static lua ${ZLIB_LIBRARIES} df-ai-biome ${Boost_LIBRARIES})
Expand Down
1 change: 1 addition & 0 deletions thirdparty/boost/include/boost/system/all.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#error "this file is included to make CMake happy."
1 change: 1 addition & 0 deletions thirdparty/boost/include/boost/thread.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#error "this file is included to make CMake happy."

0 comments on commit 518a53b

Please sign in to comment.