From fcc6d6587ee899961a9022c46280530ca5f5ce24 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Sat, 25 May 2019 00:23:00 +0200 Subject: [jasper] Fix jasper find module. CMake requires the extra debug suffix (#6614) --- ports/jasper/CONTROL | 2 +- ports/jasper/portfile.cmake | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ports/jasper/CONTROL b/ports/jasper/CONTROL index e47be7dce..6b8ee20c9 100644 --- a/ports/jasper/CONTROL +++ b/ports/jasper/CONTROL @@ -1,4 +1,4 @@ Source: jasper -Version: 2.0.16 +Version: 2.0.16-1 Description: Open source implementation of the JPEG-2000 Part-1 standard Build-Depends: libjpeg-turbo diff --git a/ports/jasper/portfile.cmake b/ports/jasper/portfile.cmake index 2ebb9748b..6d11d166b 100644 --- a/ports/jasper/portfile.cmake +++ b/ports/jasper/portfile.cmake @@ -30,6 +30,8 @@ vcpkg_configure_cmake( -DJAS_ENABLE_DOC=OFF -DJAS_ENABLE_PROGRAMS=OFF -DJAS_ENABLE_SHARED=${JAS_ENABLE_SHARED} + OPTIONS_DEBUG + -DCMAKE_DEBUG_POSTFIX=d # Due to CMakes FindJasper ) vcpkg_install_cmake() -- cgit v1.2.3