aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-06-15 23:24:14 +0200
committerGitHub <noreply@github.com>2020-06-15 14:24:14 -0700
commit14514508d8d30bdbd645b2bec89696aec25497f1 (patch)
tree347b6905d7a15e9b2d5d755144adfadae178d8c6 /ports
parent36b2f28bbb499a1150a69db13c84d5d499e1d664 (diff)
downloadvcpkg-14514508d8d30bdbd645b2bec89696aec25497f1.tar.gz
vcpkg-14514508d8d30bdbd645b2bec89696aec25497f1.zip
[vcpkg] Add vcpkg item to project settings in Visual Studio (#4361)
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/fftw3/CONTROL2
-rw-r--r--ports/fftw3/portfile.cmake2
2 files changed, 1 insertions, 3 deletions
diff --git a/ports/fftw3/CONTROL b/ports/fftw3/CONTROL
index 4d378d8c3..95c693631 100644
--- a/ports/fftw3/CONTROL
+++ b/ports/fftw3/CONTROL
@@ -1,5 +1,5 @@
Source: fftw3
-Version: 3.3.8-6
+Version: 3.3.8-7
Homepage: https://www.fftw.org/
Description: FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
diff --git a/ports/fftw3/portfile.cmake b/ports/fftw3/portfile.cmake
index 5132c9574..161cff768 100644
--- a/ports/fftw3/portfile.cmake
+++ b/ports/fftw3/portfile.cmake
@@ -1,5 +1,3 @@
-include(vcpkg_common_functions)
-
vcpkg_download_distfile(ARCHIVE
URLS "http://www.fftw.org/fftw-3.3.8.tar.gz"
FILENAME "fftw-3.3.8.tar.gz"