]> git.pld-linux.org Git - packages/yaml-cpp.git/blob - yaml-cpp-gtest-no-install.patch
- updated to 0.8.0 (new soname)
[packages/yaml-cpp.git] / yaml-cpp-gtest-no-install.patch
1 --- yaml-cpp-yaml-cpp-0.7.0/test/CMakeLists.txt.orig    2021-07-10 17:53:22.000000000 +0200
2 +++ yaml-cpp-yaml-cpp-0.7.0/test/CMakeLists.txt 2022-07-02 08:00:07.984458875 +0200
3 @@ -2,6 +2,7 @@ find_package(Threads REQUIRED)
4  
5  set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
6  set(BUILD_MOCK ON CACHE BOOL "" FORCE)
7 +set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
8  set(CMAKE_POLICY_DEFAULT_CMP0048 NEW)
9  
10  add_subdirectory(
This page took 0.703386 seconds and 3 git commands to generate.