Skip to content

Commit

Permalink
Update Boost range so we don't have to download all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Jan 14, 2025
1 parent 9ffb636 commit 1e16509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.19)
project(simsoptpp LANGUAGES CXX)
#set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})

Expand Down Expand Up @@ -74,7 +74,7 @@ if(DEFINED ENV{CONDA_PREFIX})
endif()

find_package(OpenMP)
find_package(Boost 1.76.0)
find_package(Boost 1.74.0...1.87.0)
if(Boost_FOUND)
message(STATUS "Boost version is ${Boost_VERSION_STRING}")
message(STATUS "Boost include dirs are ${Boost_INCLUDE_DIRS}")
Expand Down

0 comments on commit 1e16509

Please sign in to comment.