You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
296 B
7 lines
296 B
2 years ago
|
include("${RunCMake_TEST_BINARY_DIR}/default/CPackConfig.cmake")
|
||
|
|
||
|
set(filename "${RunCMake_TEST_BINARY_DIR}/default/_CPack_Packages/${CPACK_TOPLEVEL_TAG}/TGZ/config-file-alt.tar.gz")
|
||
|
if(NOT EXISTS "${filename}")
|
||
|
set(RunCMake_TEST_FAILED "Expected ${filename} to exist but it does not")
|
||
|
endif()
|