File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: GPL-3.0-or-later
44
5- set (BOOST_VER 1.89.0)
5+ set (BOOST_VERSION 1.89.0)
66
7- if (NOT EXISTS "boost-${BOOST_VER } .tar.xz" )
8- message (STATUS "Downloading Boost ${BOOST_VER } ......" )
7+ if (NOT EXISTS "boost-${BOOST_VERSION } .tar.xz" )
8+ message (STATUS "Downloading Boost ${BOOST_VERSION } ......" )
99 file (
1010 DOWNLOAD
11- "https://github.com/boostorg/boost/releases/download/boost-${BOOST_VER } /boost-${BOOST_VER } -cmake.tar.xz"
12- boost-${BOOST_VER } .tar.xz
11+ "https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION } /boost-${BOOST_VERSION } -cmake.tar.xz"
12+ boost-${BOOST_VERSION } .tar.xz
1313 EXPECTED_HASH
1414 SHA256=67acec02d0d118b5de9eb441f5fb707b3a1cdd884be00ca24b9a73c995511f74
1515 SHOW_PROGRESS )
@@ -19,10 +19,10 @@ if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
1919endif ()
2020
2121if (NOT EXISTS "${CMAKE_SOURCE_DIR} /boost" )
22- message (STATUS "Extracting Boost ${BOOST_VER } ......" )
23- file (ARCHIVE_EXTRACT INPUT boost-${BOOST_VER } .tar.xz DESTINATION
22+ message (STATUS "Extracting Boost ${BOOST_VERSION } ......" )
23+ file (ARCHIVE_EXTRACT INPUT boost-${BOOST_VERSION } .tar.xz DESTINATION
2424 ${CMAKE_SOURCE_DIR} )
25- file (RENAME "boost-${BOOST_VER } " boost)
25+ file (RENAME "boost-${BOOST_VERSION } " boost)
2626endif ()
2727
2828set (BOOST_INCLUDE_LIBRARIES
You can’t perform that action at this time.
0 commit comments