aboutsummaryrefslogtreecommitdiff
path: root/ports/halide
diff options
context:
space:
mode:
Diffstat (limited to 'ports/halide')
-rw-r--r--ports/halide/CONTROL6
-rw-r--r--ports/halide/portfile.cmake5
2 files changed, 4 insertions, 7 deletions
diff --git a/ports/halide/CONTROL b/ports/halide/CONTROL
index 5539ebd32..4418e56de 100644
--- a/ports/halide/CONTROL
+++ b/ports/halide/CONTROL
@@ -1,3 +1,3 @@
-Source: halide
-Version: release_2018_02_15
-Description: Halide is a programming language designed to make it easier to write high-performance image processing code on modern machines.
+Source: halide
+Version: release_2018_02_15-1
+Description: Halide is a programming language designed to make it easier to write high-performance image processing code on modern machines.
diff --git a/ports/halide/portfile.cmake b/ports/halide/portfile.cmake
index 169723518..6c6e6fe9d 100644
--- a/ports/halide/portfile.cmake
+++ b/ports/halide/portfile.cmake
@@ -1,9 +1,6 @@
include(vcpkg_common_functions)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
- message(STATUS "Warning: Static building not supported yet. Building dynamic.")
- set(VCPKG_LIBRARY_LINKAGE dynamic)
-endif()
+vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
set(TARGET_ARCHITECTURE 32)