Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8131f49

Browse files
committed
Update minimum required Boost from 1.45 to 1.51
1 parent8fdaa5a commit8131f49

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
@@ -25,7 +25,7 @@ if(BUILD_TESTS)
2525
else()
2626
set(Boost_COMPONENTSsystemregex date_time thread chrono filesystem program_options )
2727
endif()
28-
find_package( Boost 1.45.0 REQUIRED${Boost_COMPONENTS} )
28+
find_package( Boost 1.51 REQUIRED${Boost_COMPONENTS} )
2929
find_package( OpenSSL )
3030
find_package( Threads )
3131
set(CMAKE_VERBOSE_MAKEFILEtrue)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp