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.
9 lines
373 B
9 lines
373 B
file(READ "${RunCMake_TEST_BINARY_DIR}/cmake_install.cmake" install_script)
|
|
|
|
if (install_script MATCHES [[include\("[^)]*/CMakeFiles/install-bmi-generic-args\.dir/install-cxx-module-bmi-[^.]*\.cmake" OPTIONAL\)]])
|
|
list(APPEND RunCMake_TEST_FAILED
|
|
"Found BMI install script inclusion")
|
|
endif ()
|
|
|
|
string(REPLACE ";" "; " RunCMake_TEST_FAILED "${RunCMake_TEST_FAILED}")
|