aboutsummaryrefslogtreecommitdiff
path: root/ports/devil
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-04-11 08:25:55 -0700
committerGitHub <noreply@github.com>2019-04-11 08:25:55 -0700
commitc6fd076372fe6733d73c23fd1da60e9f97230a9a (patch)
tree5332f4e03cc2720d7d5e2c1b4c66219dab2bb045 /ports/devil
parentdc65ec9e68a8e280ad9865d956853cdc6f8f2396 (diff)
downloadvcpkg-c6fd076372fe6733d73c23fd1da60e9f97230a9a.tar.gz
vcpkg-c6fd076372fe6733d73c23fd1da60e9f97230a9a.zip
[devil/libcopp/spaceland] stable cmake config (#6046)
Diffstat (limited to 'ports/devil')
-rw-r--r--ports/devil/CONTROL2
-rw-r--r--ports/devil/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/devil/CONTROL b/ports/devil/CONTROL
index 18d263348..98c27363a 100644
--- a/ports/devil/CONTROL
+++ b/ports/devil/CONTROL
@@ -1,5 +1,5 @@
Source: devil
-Version: 1.8.0-3
+Version: 1.8.0-4
Build-Depends:
Description: A full featured cross-platform image library
Default-Features: libpng, tiff, libjpeg, openexr, jasper, lcms
diff --git a/ports/devil/portfile.cmake b/ports/devil/portfile.cmake
index 7ab5a6c06..db9944895 100644
--- a/ports/devil/portfile.cmake
+++ b/ports/devil/portfile.cmake
@@ -61,6 +61,7 @@ set(IL_USE_DXTC_SQUISH 0)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/DevIL
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DIL_NO_PNG=${IL_NO_PNG}
-DIL_NO_TIF=${IL_NO_TIF}