Skip to content

Commit 8bc92d0

Browse files
committed
Update format
1 parent 7a1bb49 commit 8bc92d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/boost/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ set(BUILD_SHARED_LIBS ON)
2626
CPMAddPackage(
2727
NAME Boost
2828
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
3031
URL_HASH SHA256=7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5
3132
EXCLUDE_FROM_ALL ON
3233
SYSTEM ON
@@ -42,7 +43,7 @@ endif()
4243

4344
# ---- Install rules ----
4445

45-
CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.11.0")
46+
CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.13.0")
4647

4748
packageProject(
4849
NAME CPMExampleBoost

0 commit comments

Comments
 (0)