File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ set(BUILD_SHARED_LIBS ON)
26
26
CPMAddPackage (
27
27
NAME Boost
28
28
VERSION ${BOOST_VERSION}
29
- URL https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-cmake.tar.xz
29
+ URL
30
+ https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-cmake.tar.xz
30
31
URL_HASH SHA256=7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5
31
32
EXCLUDE_FROM_ALL ON
32
33
SYSTEM ON
@@ -42,7 +43,7 @@ endif()
42
43
43
44
# ---- Install rules ----
44
45
45
- CPMAddPackage ("gh:TheLartians/PackageProject.cmake@1.11 .0" )
46
+ CPMAddPackage ("gh:TheLartians/PackageProject.cmake@1.13 .0" )
46
47
47
48
packageProject (
48
49
NAME CPMExampleBoost
You can’t perform that action at this time.
0 commit comments