From 224706523034890fea5cd160c98d0960c378b978 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Fri, 20 Sep 2024 16:41:18 +0800 Subject: [PATCH] Initial --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f7cbc92f250..b04a86892f53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,9 @@ if(POLICY CMP0135) set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) endif() +message(STATUS "before project(velox)") +list(APPEND VCPKG_MANIFEST_FEATURES "velox-s3") + # Set the project name. project(velox)