aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/osg/fix-nvtt-squish.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/osg/fix-nvtt-squish.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/osg/fix-nvtt-squish.patch')
-rw-r--r--vcpkg/ports/osg/fix-nvtt-squish.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/osg/fix-nvtt-squish.patch b/vcpkg/ports/osg/fix-nvtt-squish.patch
new file mode 100644
index 0000000..fb7ef08
--- /dev/null
+++ b/vcpkg/ports/osg/fix-nvtt-squish.patch
@@ -0,0 +1,22 @@
+diff --git a/CMakeModules/FindNVTT.cmake b/CMakeModules/FindNVTT.cmake
+index d0e7414..f6fb761 100644
+--- a/CMakeModules/FindNVTT.cmake
++++ b/CMakeModules/FindNVTT.cmake
+@@ -120,7 +120,7 @@ FIND_LIBRARY(NVTHREAD_LIBRARY_DEBUG
+
+ # SQUISH
+ FIND_LIBRARY(NVSQUISH_LIBRARY_RELEASE
+- NAMES squish
++ NAMES nvsquish NAMES_PER_DIR
+ PATHS
+ /usr/local
+ /usr
+@@ -129,7 +129,7 @@ FIND_LIBRARY(NVSQUISH_LIBRARY_RELEASE
+ PATH_SUFFIXES lib64 lib lib/shared lib/static lib64/static
+ )
+ FIND_LIBRARY(NVSQUISH_LIBRARY_DEBUG
+- NAMES squish_d
++ NAMES nvsquish_d NAMES_PER_DIR
+ PATHS
+ /usr/local
+ /usr