aboutsummaryrefslogtreecommitdiff
path: root/ports/xtl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xtl')
-rw-r--r--ports/xtl/CONTROL2
-rw-r--r--ports/xtl/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL
index 1ee82f60a..423ee09dc 100644
--- a/ports/xtl/CONTROL
+++ b/ports/xtl/CONTROL
@@ -1,4 +1,4 @@
Source: xtl
-Version: 0.5.4
+Version: 0.6.4
Build-Depends: nlohmann-json
Description: The x template library.
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake
index 66e504b73..0b3b5dad1 100644
--- a/ports/xtl/portfile.cmake
+++ b/ports/xtl/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xtl
- REF 0.5.4
- SHA512 6181334dda9a2afce4ce2809572605c2f911770f7805a8328e14fa94d4572475c7725f2ead54daec00e62933df6a4c22616a247798c5b7f1f3bd4290945776c8
+ REF 0.6.4
+ SHA512 92ff932634a88fee9bfd27d092ebdf91752d90be8a4f3fc41aef90c195718c989082e53f1fcfae9d67b153ecd29d3dde6f8e2b540eeec0db1d0d229a9b0d2fe8
HEAD_REF master
)
@@ -14,10 +14,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
+ -DBUILD_TESTS=OFF
-DDOWNLOAD_GTEST=OFF
- -DTF_BUILD_EXAMPLES=OFF
- -DTF_BUILD_TESTS=OFF
- -DTF_BUILD_BENCHMARKS=OFF
)
vcpkg_install_cmake()