Skip to content

Commit

Permalink
build: Bump Boost required by CMake from 1.72 to 1.80
Browse files Browse the repository at this point in the history
From CONTRIBUTING.md:
  WARNING: The CMake configuration is only provided for convenience of contributors.
  It does not export or install any targets, deploy config files or support subproject workflow.
  • Loading branch information
mloskot committed Jun 27, 2022
1 parent 103f4d3 commit 156dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
set(Boost_USE_STATIC_RUNTIME OFF)
endif()

find_package(Boost 1.72.0 REQUIRED COMPONENTS filesystem)
find_package(Boost 1.80.0 REQUIRED COMPONENTS filesystem)
message(STATUS "Boost.GIL: Using Boost_INCLUDE_DIRS=${Boost_INCLUDE_DIRS}")
message(STATUS "Boost.GIL: Using Boost_LIBRARY_DIRS=${Boost_LIBRARY_DIRS}")

Expand Down

0 comments on commit 156dd29

Please sign in to comment.