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.
8 lines
252 B
8 lines
252 B
5 years ago
|
file(STRINGS ${RunCMake_TEST_BINARY_DIR}/test.txt TEST_TXT ENCODING UTF-8)
|
||
|
|
||
|
list(GET TEST_TXT 0 PDB_FILE_BASE_NAME)
|
||
|
|
||
|
if(NOT PDB_FILE_BASE_NAME MATCHES "empty")
|
||
|
set(RunCMake_TEST_FAILED "unexpected PDB_FILE_BASE_NAME [${PDB_FILE_BASE_NAME}]")
|
||
|
endif()
|