aboutsummaryrefslogtreecommitdiff
path: root/ports/nvtt/bc7.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/bc7.patch
parenta3ed6c63900a5ff2f5622971682aa0a89873aa68 (diff)
downloadvcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.tar.gz
vcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.zip
[netcdf-c/nvtt] Update to the latest version (#13674)
Diffstat (limited to 'ports/nvtt/bc7.patch')
-rw-r--r--ports/nvtt/bc7.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/ports/nvtt/bc7.patch b/ports/nvtt/bc7.patch
index c94fcef23..5c644fece 100644
--- a/ports/nvtt/bc7.patch
+++ b/ports/nvtt/bc7.patch
@@ -1,11 +1,11 @@
diff --git a/src/bc7/CMakeLists.txt b/src/bc7/CMakeLists.txt
-index 2eb01c06..0c36895b 100644
---- a/src/bc7/CMakeLists.txt
+index 566fe1f..d0d4e8a 100644
+--- a/src/bc7/CMakeLists.txt
+++ b/src/bc7/CMakeLists.txt
-@@ -28,3 +28,8 @@ IF(NOT WIN32)
- SET_TARGET_PROPERTIES(bc7 PROPERTIES COMPILE_FLAGS -fPIC)
- ENDIF(CMAKE_COMPILER_IS_GNUCXX)
- ENDIF(NOT WIN32)
+@@ -23,3 +23,8 @@ SET(BC7_SRCS
+
+ ADD_LIBRARY(bc7 STATIC ${BC7_SRCS})
+ TARGET_LINK_LIBRARIES(bc7 nvcore nvmath)
+
+INSTALL(TARGETS bc7
+ RUNTIME DESTINATION bin