aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rapidobj/fix-build.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/rapidobj/fix-build.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/rapidobj/fix-build.patch')
-rw-r--r--vcpkg/ports/rapidobj/fix-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/rapidobj/fix-build.patch b/vcpkg/ports/rapidobj/fix-build.patch
new file mode 100644
index 0000000..f4aace0
--- /dev/null
+++ b/vcpkg/ports/rapidobj/fix-build.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a8f9f25..21e2c37 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -19,7 +19,7 @@ option(RAPIDOBJ_BuildExamples "Build Examples." OFF)
+
+ set(RAPIDOBJ_INCLUDE_DIR "${CMAKE_INSTALL_INCLUDEDIR}" CACHE STRING "Header Include Folder.")
+-set(RAPIDOBJ_CMAKE_DIR "${CMAKE_INSTALL_LIBDIR}/cmake" CACHE STRING "CMake Config Folder.")
++set(RAPIDOBJ_CMAKE_DIR "${CMAKE_INSTALL_PREFIX}/share" CACHE STRING "CMake Config Folder.")
+
+ if (RAPIDOBJ_BuildTests OR RAPIDOBJ_BuildTools)
+ add_subdirectory(external EXCLUDE_FROM_ALL)
+ endif()