forked from pool/yaml-cpp
* yaml-cpp-disable-bundled-gmock.patch * yaml-cpp-fix-pie.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/yaml-cpp?expand=0&rev=15
13 lines
334 B
Diff
13 lines
334 B
Diff
Index: yaml-cpp-release-0.5.3/CMakeLists.txt
|
|
===================================================================
|
|
--- yaml-cpp-release-0.5.3.orig/CMakeLists.txt
|
|
+++ yaml-cpp-release-0.5.3/CMakeLists.txt
|
|
@@ -328,7 +328,6 @@ endif()
|
|
### Extras
|
|
###
|
|
if(YAML_CPP_BUILD_TOOLS)
|
|
- add_subdirectory(test)
|
|
add_subdirectory(util)
|
|
endif()
|
|
|