File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
2+ FIND_PAcKAGE (CMLIB COMPONENTS CMUTIL REQUIRED)
3+
24SET (STORAGE_LIST TESTLIB)
35
46# Define URI for TESTLIB storage. We can use CMLIB ENV variables
5- SET (STORAGE_LIST_TESTLIB "${CMLIB_REQUIRED_ENV_REMOTE_URL} /cmakelib-test.git" )
7+ CMUTIL_NORMALIZE_GIT_URI(
8+ URI "${CMLIB_REQUIRED_ENV_REMOTE_URL} /cmakelib-test.git"
9+ OUTPUT_VAR STORAGE_LIST_TESTLIB
10+ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PROJECT(CMLIB_ENV_TEST)
44#
55# For CMLIB installation guide look att cmakelib repository readme
66#
7- FIND_PACKAGE (CMLIB COMPONENTS STORAGE)
7+ FIND_PACKAGE (CMLIB COMPONENTS STORAGE CMUTIL )
88
99IF (MY_STORAGE_VARIABLE STREQUAL "StorageVariable" )
1010 MESSAGE (STATUS "---> STORAGE sucessfully inicialized! Yup!" )
You can’t perform that action at this time.
0 commit comments