Skip to content

Commit 2c55e27

Browse files
committed
Merge branch 'boost-1.89.0' of https://github.com/cho-m/lgogdownloader
2 parents be7a411 + 7ba719a commit 2c55e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ endif(USE_QT_GUI)
1313
find_package(Boost
1414
CONFIG
1515
REQUIRED
16-
system
1716
filesystem
1817
regex
1918
program_options
2019
date_time
2120
iostreams
21+
OPTIONAL_COMPONENTS
22+
system
2223
)
2324
find_package(CURL 7.55.0 REQUIRED)
2425
find_package(Jsoncpp REQUIRED)

0 commit comments

Comments
 (0)