[armadillo] Fix configure_file failed (#8299)

This commit is contained in:
Lily 2019-09-24 01:39:54 +08:00 committed by Phil Christensen
parent 498a9b758e
commit 000e7c68f3
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: armadillo
Version: 2019-04-16-4
Version: 2019-04-16-5
Description: Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
Build-Depends: openblas (!osx), clapack (!osx)

View File

@ -20,6 +20,7 @@ file(REMOVE ${SOURCE_PATH}/cmake_aux/Modules/ARMA_FindOpenBLAS.cmake)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DDETECT_HDF5=false