diff options
Diffstat (limited to 'Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake')
-rw-r--r-- | Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake b/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake deleted file mode 100644 index 758d730..0000000 --- a/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(GLOB DIRECTORIES LIST_DIRECTORIES true - "${RunCMake_TEST_BINARY_DIR}/_install/FooExtension/*.*") - -foreach(DIRECTORY IN LISTS DIRECTORIES) - if(NOT DIRECTORY MATCHES "\\.foo$") - message(SEND_ERROR "Extension does not match ${DIRECTORY}") - endif() -endforeach() |