diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-12-19 17:04:59 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2018-12-19 17:04:59 (GMT) |
commit | 3f915531adc588a552d4528f638badcffbb2f012 (patch) | |
tree | 1701be65e6ed5d9e406d83436325ff5b91d8b540 /Tests/RunCMake/install | |
parent | fa9853d833a10aeb8ea94abb98c0ebe3d7dfe5be (diff) | |
download | CMake-3f915531adc588a552d4528f638badcffbb2f012.zip CMake-3f915531adc588a552d4528f638badcffbb2f012.tar.gz CMake-3f915531adc588a552d4528f638badcffbb2f012.tar.bz2 |
Tests: Fix Cygwin failure on RunCMake.install
Diffstat (limited to 'Tests/RunCMake/install')
-rw-r--r-- | Tests/RunCMake/install/TARGETS-Defaults-Cache-all-check.cmake | 2 | ||||
-rw-r--r-- | Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/install/TARGETS-Defaults-Cache-all-check.cmake b/Tests/RunCMake/install/TARGETS-Defaults-Cache-all-check.cmake index 6fc735c..57ad6e1 100644 --- a/Tests/RunCMake/install/TARGETS-Defaults-Cache-all-check.cmake +++ b/Tests/RunCMake/install/TARGETS-Defaults-Cache-all-check.cmake @@ -21,8 +21,8 @@ elseif(CYGWIN) [[lib4]] [[lib4/cyglib4\.dll]] [[mybin]] - [[mybin/exe\.exe]] [[mybin/cyglib1\.dll]] + [[mybin/exe\.exe]] [[myinclude]] [[myinclude/obj4\.h]] [[myinclude/obj5\.h]] diff --git a/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake b/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake index 59209e6..c41cb2a 100644 --- a/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake +++ b/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake @@ -17,8 +17,8 @@ if(WIN32) elseif(CYGWIN) set(_check_files [[bin]] - [[bin/exe\.exe]] [[bin/cyglib1\.dll]] + [[bin/exe\.exe]] [[include]] [[include/obj4\.h]] [[include/obj5\.h]] |