From 93b9320fe40afeb921750206ac4be83b1e9fa6d2 Mon Sep 17 00:00:00 2001 From: Thijs Withaar Date: Tue, 4 Jun 2019 19:05:25 +0200 Subject: [soxr] skip examples --- ports/soxr/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/soxr/portfile.cmake b/ports/soxr/portfile.cmake index d71f1acdd..091c94e49 100644 --- a/ports/soxr/portfile.cmake +++ b/ports/soxr/portfile.cmake @@ -36,7 +36,7 @@ vcpkg_configure_cmake( # OPTIONS -DUSE_THIS_IN_ALL_BUILDS=1 -DUSE_THIS_TOO=2 # OPTIONS_RELEASE -DOPTIMIZE=1 # OPTIONS_DEBUG -DDEBUGGABLE=1 - OPTIONS -DBUILD_TESTS=OFF -DWITH_OPENMP=OFF -DWITH_LSR_BINDINGS=OFF + OPTIONS -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF -DWITH_OPENMP=OFF -DWITH_LSR_BINDINGS=OFF ) vcpkg_install_cmake() -- cgit v1.2.3