diff options
Diffstat (limited to 'vcpkg/ports/gz-fuel-tools/remove_docs.patch')
| -rw-r--r-- | vcpkg/ports/gz-fuel-tools/remove_docs.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-fuel-tools/remove_docs.patch b/vcpkg/ports/gz-fuel-tools/remove_docs.patch new file mode 100644 index 0000000..b8c3293 --- /dev/null +++ b/vcpkg/ports/gz-fuel-tools/remove_docs.patch @@ -0,0 +1,22 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -79,6 +79,8 @@
+
++if(0)
+ #============================================================================
+ # gz command line support
+ #============================================================================
+ add_subdirectory(conf)
++endif(0)
+
+@@ -95,7 +95,9 @@
+
++if(0)
+ gz_create_docs(
+ API_MAINPAGE_MD "${CMAKE_BINARY_DIR}/api.md"
+ TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md"
+ TAGFILES
+ "${GZ-COMMON_DOXYGEN_TAGFILE} = ${GZ-COMMON_API_URL}"
+ )
++endif(0)
|