mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:40:05 +08:00
7763cf3b40
* [open62541] Update to 1.3.9 * version
21 lines
560 B
Diff
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 #
|