aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rttr/fix-directory-output.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/rttr/fix-directory-output.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/rttr/fix-directory-output.patch')
-rw-r--r--vcpkg/ports/rttr/fix-directory-output.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/rttr/fix-directory-output.patch b/vcpkg/ports/rttr/fix-directory-output.patch
new file mode 100644
index 0000000..97e47f3
--- /dev/null
+++ b/vcpkg/ports/rttr/fix-directory-output.patch
@@ -0,0 +1,13 @@
+diff --git a/CMake/config.cmake b/CMake/config.cmake
+index a718199..eab64c2 100644
+--- a/CMake/config.cmake
++++ b/CMake/config.cmake
+@@ -47,7 +47,7 @@ set(CMAKE_EXECUTABLE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")
+
+ # here we specify the installation directory
+ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+- set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/install" CACHE PATH "RTTR install prefix" FORCE)
++ #set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/install" CACHE PATH "RTTR install prefix")
+ endif()
+
+ # in order to group in visual studio the targets into solution filters