summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorAdam Badura <adam.f.badura@gmail.com>2019-07-11 21:22:35 (GMT)
committerAdam Badura <adam.f.badura@gmail.com>2019-07-27 20:25:32 (GMT)
commit1be5ce090707da5449214f6867ac3d2063fe2912 (patch)
treedea325e8a4e56751defca59e4bc0c04fe2573703 /googletest
parent2134e3fd857d952e03ce76064fad5ac6e9036104 (diff)
downloadgoogletest-1be5ce090707da5449214f6867ac3d2063fe2912.zip
googletest-1be5ce090707da5449214f6867ac3d2063fe2912.tar.gz
googletest-1be5ce090707da5449214f6867ac3d2063fe2912.tar.bz2
Correct CMake to cover Cygwinrefs/pull/2331/head
Diffstat (limited to 'googletest')
-rw-r--r--googletest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/CMakeLists.txt b/googletest/CMakeLists.txt
index 52a615d..db29294 100644
--- a/googletest/CMakeLists.txt
+++ b/googletest/CMakeLists.txt
@@ -188,7 +188,7 @@ if (gtest_build_tests)
"$project_bin = \"${CMAKE_BINARY_DIR}/bin/$<CONFIG>\"
$env:Path = \"$project_bin;$env:Path\"
& $args")
- elseif (MINGW)
+ elseif (MINGW OR CYGWIN)
file(GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/RunTest.ps1"
CONTENT
"$project_bin = (cygpath --windows ${CMAKE_BINARY_DIR}/bin)