blob: 350b4f496b75776708b63a79046ce637b6340c60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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)
|