From aa38d67e3b4c2dd735fa4e1913274d36ef557014 Mon Sep 17 00:00:00 2001 From: zoq Date: Tue, 11 Jan 2022 10:04:58 +0000 Subject: [PATCH] Upgrade Boost Version in CMake script. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61e6daec05..08b6cd50b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,6 +361,7 @@ set(MLPACK_INCLUDE_DIRS ${MLPACK_INCLUDE_DIRS} ${CEREAL_INCLUDE_DIR}) # Unfortunately this configuration variable is necessary and will need to be # updated as time goes on and new versions are released. set(Boost_ADDITIONAL_VERSIONS + "1.78.0" "1.78" "1.77.0" "1.77" "1.76.0" "1.76" "1.75.0" "1.75"