Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2021-01-05 01:17:03 +0300
committerGitHub <noreply@github.com>2021-01-05 01:17:03 +0300
commit25bb4bd9489a28b72a77c016b7ac0c64345a7c88 (patch)
tree6262bc20b1c17be1476fb3b54451ec52d1d3f73c /tests
parent1c509ad8e137813d99e23a06dbb3413bedc924a1 (diff)
Revert "[cmake] Adding options for INSTALL and TEST (#964)" (#966)
This reverts commit eca0eca6f1ae12c80f73bdfb73bbcf912289fe34.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1c7b03e..2e7c2dc 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -10,10 +10,6 @@ find_package(Git REQUIRED QUIET)
# will make visual studio generated project group files
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
-if(IOS)
- add_compile_definitions(GTEST_HAS_DEATH_TEST=1)
-endif()
-
pkg_search_module(GTestMain gtest_main)
if (NOT GTestMain_FOUND)
configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt)