2020-04-27 22:40:36 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2020-09-04 22:10:43 +08:00
|
|
|
index 9efd451fb..7ff587631 100644
|
2020-04-27 22:40:36 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2020-09-04 22:10:43 +08:00
|
|
|
@@ -719,9 +719,9 @@ else()
|
2020-04-27 22:40:36 +08:00
|
|
|
endif()
|
|
|
|
|
|
|
|
# Boost
|
|
|
|
-find_public_dependency(Boost REQUIRED COMPONENTS system)
|
|
|
|
+find_public_dependency(Boost REQUIRED COMPONENTS system date_time)
|
|
|
|
target_include_directories(torrent-rasterbar PUBLIC ${Boost_INCLUDE_DIRS})
|
|
|
|
-target_link_libraries(torrent-rasterbar PUBLIC ${Boost_SYSTEM_LIBRARY})
|
|
|
|
+target_link_libraries(torrent-rasterbar PUBLIC ${Boost_LIBRARIES})
|
|
|
|
|
|
|
|
if (exceptions)
|
|
|
|
if (MSVC)
|