diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/pagmo2/doxygen.patch | |
Diffstat (limited to 'vcpkg/ports/pagmo2/doxygen.patch')
| -rw-r--r-- | vcpkg/ports/pagmo2/doxygen.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/pagmo2/doxygen.patch b/vcpkg/ports/pagmo2/doxygen.patch new file mode 100644 index 0000000..1a59a91 --- /dev/null +++ b/vcpkg/ports/pagmo2/doxygen.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 34bad69..dfb942d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -398,8 +398,8 @@ endif()
+ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.hpp.in" "${CMAKE_CURRENT_BINARY_DIR}/include/pagmo/config.hpp" @ONLY)
+
+ # Configure the doc files.
+-configure_file("${CMAKE_CURRENT_SOURCE_DIR}/doc/doxygen/Doxyfile.in" "${CMAKE_CURRENT_SOURCE_DIR}/doc/doxygen/Doxyfile" @ONLY)
+-configure_file("${CMAKE_CURRENT_SOURCE_DIR}/doc/sphinx/conf.py.in" "${CMAKE_CURRENT_SOURCE_DIR}/doc/sphinx/conf.py" @ONLY)
++# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/doc/doxygen/Doxyfile.in" "${CMAKE_CURRENT_SOURCE_DIR}/doc/doxygen/Doxyfile" @ONLY)
++# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/doc/sphinx/conf.py.in" "${CMAKE_CURRENT_SOURCE_DIR}/doc/sphinx/conf.py" @ONLY)
+
+ # This is just a simple counter variable, internal use only.
+ set(_PAGMO_TEST_NUM "0")
|