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
300 B
7 lines
300 B
4 years ago
|
file(STRINGS ${RunCMake_TEST_BINARY_DIR}/alias_global.txt alias_global)
|
||
|
|
||
|
set(expected "TRUE(lib-global):TRUE;FALSE(lib-local):FALSE;TRUE(lib):FALSE")
|
||
|
if(NOT alias_global STREQUAL expected)
|
||
|
set(RunCMake_TEST_FAILED "ALIAS_GLOBAL was:\n [[${alias_global}]]\nbut expected:\n [[${expected}]]")
|
||
|
endif()
|