Skip to content
Snippets Groups Projects
Verified Commit 939bdcfb authored by Lars Bilke's avatar Lars Bilke
Browse files
parent 97c7aad8
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ string(REPLACE "." "_" BOOST_VERSION_UNDESCORE ${ogs.minimum_version.boost}) ...@@ -118,7 +118,7 @@ string(REPLACE "." "_" BOOST_VERSION_UNDESCORE ${ogs.minimum_version.boost})
CPMFindPackage( CPMFindPackage(
NAME Boost NAME Boost
VERSION ${ogs.minimum_version.boost} VERSION ${ogs.minimum_version.boost}
URL https://dl.bintray.com/boostorg/release/${ogs.minimum_version.boost}/source/boost_${BOOST_VERSION_UNDESCORE}.tar.gz URL https://boostorg.jfrog.io/artifactory/main/release/${ogs.minimum_version.boost}/source/boost_${BOOST_VERSION_UNDESCORE}.tar.gz
) )
if(Boost_ADDED) if(Boost_ADDED)
add_library(Boost::boost INTERFACE IMPORTED) add_library(Boost::boost INTERFACE IMPORTED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment