aboutsummaryrefslogtreecommitdiff
path: root/ports/nvtt/squish.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-10-24 08:31:00 +0800
committerGitHub <noreply@github.com>2020-10-23 17:31:00 -0700
commita97e32fa2de760252ec401f21d82d0cd3dd402c1 (patch)
tree51e9f99d4f61bc3468b1870b2cf168289263b279 /ports/nvtt/squish.patch
parenta3ed6c63900a5ff2f5622971682aa0a89873aa68 (diff)
downloadvcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.tar.gz
vcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.zip
[netcdf-c/nvtt] Update to the latest version (#13674)
Diffstat (limited to 'ports/nvtt/squish.patch')
-rw-r--r--ports/nvtt/squish.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/ports/nvtt/squish.patch b/ports/nvtt/squish.patch
index 36ce7be76..5f971a762 100644
--- a/ports/nvtt/squish.patch
+++ b/ports/nvtt/squish.patch
@@ -1,12 +1,13 @@
diff --git a/src/nvtt/squish/CMakeLists.txt b/src/nvtt/squish/CMakeLists.txt
-index 832013e1..76824137 100644
---- a/src/nvtt/squish/CMakeLists.txt
+index 65a5dd3..d093ce5 100644
+--- a/src/nvtt/squish/CMakeLists.txt
+++ b/src/nvtt/squish/CMakeLists.txt
-@@ -33,3 +33,7 @@ IF(NOT WIN32)
- ENDIF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGXX)
- ENDIF(NOT WIN32)
+@@ -21,3 +21,8 @@ SET(SQUISH_SRCS
+ simd_ve.h)
-+INSTALL(TARGETS squish
+ ADD_LIBRARY(nvsquish STATIC ${SQUISH_SRCS})
++
++INSTALL(TARGETS nvsquish
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib/static)