File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ function(write_license_disclaimer FILE_NAME PACKAGES)
2
2
file (WRITE ${FILE_NAME} "" )
3
3
set (PRINT_DELIMITER OFF )
4
4
foreach (package ${PACKAGES} )
5
- file (GLOB licenses "${${package} _SOURCE_DIR}/LICENSE*" "${${package} _SOURCE_DIR}/license *" )
5
+ file (GLOB licenses "${${package} _SOURCE_DIR}/LICENSE*" "${${package} _SOURCE_DIR}/LICENCE *" )
6
6
list (LENGTH licenses LICENSE_COUNT)
7
7
if (LICENSE_COUNT GREATER_EQUAL 1)
8
8
if (PRINT_DELIMITER)
Original file line number Diff line number Diff line change @@ -9,12 +9,21 @@ CPMAddPackage(
9
9
NAME Catch2
10
10
GITHUB_REPOSITORY catchorg/Catch2
11
11
VERSION 2.5.0
12
+ DOWNLOAD_ONLY YES
12
13
)
13
14
14
15
CPMAddPackage(
15
16
NAME fmt
16
17
GIT_TAG 6.1.2
17
18
GITHUB_REPOSITORY fmtlib/fmt
19
+ DOWNLOAD_ONLY YES
20
+ )
21
+
22
+ CPMAddPackage(
23
+ NAME sol2
24
+ URL https://github.com/ThePhD/sol2/archive/v3.2.1.zip
25
+ VERSION 3.2.1
26
+ DOWNLOAD_ONLY YES
18
27
)
19
28
20
29
cpm_licenses_create_disclaimer_target(
You can’t perform that action at this time.
0 commit comments