aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rapidjson/do-not-include-gtest-src-dir.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-30 01:52:51 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-03-30 01:52:51 +0200
commit9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909 (patch)
treef4d31c37dfbeaaf72cf9a389954034e8d56f21f3 /testing/rapidjson/do-not-include-gtest-src-dir.patch
parent51f817f111d3f4bbcb03f8c1bed12c5b24c54ab4 (diff)
downloadaports-9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909.tar.bz2
aports-9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909.tar.xz
community/rapidjson: move from testing
Diffstat (limited to 'testing/rapidjson/do-not-include-gtest-src-dir.patch')
-rw-r--r--testing/rapidjson/do-not-include-gtest-src-dir.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/rapidjson/do-not-include-gtest-src-dir.patch b/testing/rapidjson/do-not-include-gtest-src-dir.patch
deleted file mode 100644
index 2feb7aa1d5..0000000000
--- a/testing/rapidjson/do-not-include-gtest-src-dir.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit e61866f098098422462e8bc220506443e76c3bb0
-Author: Björn Esser <me@besser82.io>
-Date: Sun Apr 3 11:21:47 2016 +0200
-
- do not include gtest_src_dir
-
-Source: http://pkgs.fedoraproject.org/cgit/rpms/rapidjson.git/tree/rapidjson-1.1.0-do_not_include_gtest_src_dir.patch
-diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
-index 11c1b04..43377db 100644
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -8,7 +8,7 @@ IF(GTESTSRC_FOUND)
- set(gtest_force_shared_crt ON)
- endif()
-
-- add_subdirectory(${GTEST_SOURCE_DIR} ${CMAKE_BINARY_DIR}/googletest)
-+# add_subdirectory(${GTEST_SOURCE_DIR} ${CMAKE_BINARY_DIR}/googletest)
- include_directories(SYSTEM ${GTEST_INCLUDE_DIR})
-
- set(TEST_LIBRARIES gtest gtest_main)