[devil/libcopp/spaceland] stable cmake config (#6046)

This commit is contained in:
Phil Christensen 2019-04-11 08:25:55 -07:00 committed by GitHub
parent dc65ec9e68
commit c6fd076372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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}

View File

@ -1,3 +1,3 @@
Source: libcopp
Version: 1.1.0-1
Version: 1.1.0-2
Description: A cross-platfrom coroutine library for C++

View File

@ -13,6 +13,7 @@ vcpkg_from_github(
# Use libcopp's own build process, skipping examples and tests
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
# PREFER_NINJA # Disabled because Ninja does not invoke masm correctly for this project
)
vcpkg_install_cmake()

View File

@ -1,4 +1,4 @@
Source: spaceland
Version: 7.8.2-0
Version: 7.8.2-1
Description: Spaceland Lib (sl) is a suite for geometric computation, specifically adapted to OpenGL.
Build-Depends: zlib

View File

@ -17,10 +17,11 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DSL_TEST=OFF
-DSL_INSTALL_SLFIND_MODULE=OFF
OPTIONS_DEBUG
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DSL_TEST=OFF
-DSL_INSTALL_SLFIND_MODULE=OFF
OPTIONS_DEBUG
-DSL_TEST=OFF
-DSL_INSTALL_SLFIND_MODULE=OFF
)