Skip to content

Commit d100aaa

Browse files
committed
Removed date_time from Boost_COMPONENTS because it is header-only in later versions of Boost.
1 parent 41a1e67 commit d100aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else()
2828
set(BUILD_SHARED_LIBS OFF)
2929
endif()
3030
set(Boost_USE_MULTITHREADED ON)
31-
set(Boost_COMPONENTS system regex date_time filesystem program_options )
31+
set(Boost_COMPONENTS system regex filesystem program_options )
3232
find_package( Boost 1.53 REQUIRED ${Boost_COMPONENTS} )
3333
find_package( OpenSSL )
3434
find_package( Threads )

0 commit comments

Comments
 (0)