1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 10:29:15 -04:00
ports/devel/libsavitar/files/patch-CMakeLists.txt
Diane Bruce 91dd9e6237 - pugixml-1.10 conflicts with libSavitar-4.5.0 on
/usr/local/lib/cmake/pugixml/pugixml-config-release.cmake [1]

- I had a TODO in original Makefile to rewrite to use our system pugixml [2]

[1] maciej@pasternacki.net
[2] db

PR:		ports/246316
2020-05-11 23:39:43 +00:00

11 lines
282 B
Text

--- CMakeLists.txt.orig 2020-05-11 21:56:56 UTC
+++ CMakeLists.txt
@@ -15,7 +15,7 @@ if(BUILD_TESTS)
find_package(Threads QUIET)
endif()
-add_subdirectory(pugixml)
+#add_subdirectory(pugixml)
if(BUILD_PYTHON)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)