Skip to content

Commit 4a5c947

Browse files
committed
Better find boost
1 parent 9ce093c commit 4a5c947

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ endif()
6060

6161
find_package (SQLite3 REQUIRED)
6262
find_package (Config++ REQUIRED)
63-
find_package (Boost REQUIRED)
63+
set(Boost_NO_BOOST_CMAKE ON)
64+
find_package(Boost REQUIRED COMPONENTS filesystem process)
6465
find_package (Git REQUIRED)
6566
find_package (JsonCpp REQUIRED)
6667

0 commit comments

Comments
 (0)