vcpkg/ports/open62541/disable-docs.patch
Thomas1664 7763cf3b40
[open62541] Update to 1.3.9 (#36406)
* [open62541] Update to 1.3.9

* version
2024-01-31 14:40:10 -08:00

21 lines
560 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a051f12f..a751b6d83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1529,7 +1529,6 @@ target_link_libraries(open62541 ${open62541_LIBRARIES})
##########################
# always include, builds with make doc
-add_subdirectory(doc)
if(UA_BUILD_EXAMPLES)
if(UA_ENABLE_AMALGAMATION)
@@ -1565,7 +1564,6 @@ endif()
########################
# Linting as target #
########################
-include(linting_target)
##########################
# Installation #