blob: 1ef09021a8d6d08e91a7e0e9180a2c5de91bdfd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f329339f..36f033b92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -672,9 +672,9 @@ else()
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)
|