summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/CODE-genex-check.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/install/CODE-genex-check.cmake')
-rw-r--r--Tests/RunCMake/install/CODE-genex-check.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/RunCMake/install/CODE-genex-check.cmake b/Tests/RunCMake/install/CODE-genex-check.cmake
deleted file mode 100644
index 422c532..0000000
--- a/Tests/RunCMake/install/CODE-genex-check.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-execute_process(COMMAND ${CMAKE_COMMAND} -P ${RunCMake_TEST_BINARY_DIR}/cmake_install.cmake
- OUTPUT_VARIABLE out ERROR_VARIABLE err)
-if(NOT out MATCHES "-- Install configuration: .*-- codegenexlib")
- string(REGEX REPLACE "\n" "\n " out " ${out}")
- string(APPEND RunCMake_TEST_FAILED
- "\"-- codegenexlib\" was not found:\n${out}")
-endif()