diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-23 21:57:21 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-23 21:59:59 +0100 |
| commit | 3326040744bfe4fced3a26b38663040316c4a74f (patch) | |
| tree | 4325be6644d55cf40d85b68cd6f99f560a7cf3da /testing/rapidjson/do-not-include-gtest-src-dir.patch | |
| parent | 0adb5cd4c407e2984018e98010b5ec4e9c908ec5 (diff) | |
| download | aports-3326040744bfe4fced3a26b38663040316c4a74f.tar.bz2 aports-3326040744bfe4fced3a26b38663040316c4a74f.tar.xz | |
testing/rapidjson: add check() function
Diffstat (limited to 'testing/rapidjson/do-not-include-gtest-src-dir.patch')
| -rw-r--r-- | testing/rapidjson/do-not-include-gtest-src-dir.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/rapidjson/do-not-include-gtest-src-dir.patch b/testing/rapidjson/do-not-include-gtest-src-dir.patch new file mode 100644 index 0000000000..2feb7aa1d5 --- /dev/null +++ b/testing/rapidjson/do-not-include-gtest-src-dir.patch @@ -0,0 +1,20 @@ +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) |
