From c0d3b1b93ef5c8826e0c34cdd7ea97e33c4e5c26 Mon Sep 17 00:00:00 2001 From: "ataymano@microsoft.com" Date: Thu, 4 Jan 2024 10:24:33 -0500 Subject: [PATCH] test --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f62a472386..05d05c79136 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,10 +60,10 @@ if(VW_FEAT_LDA AND NOT BUILD_PYTHON) list(APPEND VCPKG_MANIFEST_FEATURES "lda") endif() -option(BUILD_TESTING "Build tests" ON) -if(BUILD_TESTING) - list(APPEND VCPKG_MANIFEST_FEATURES "tests") -endif() +#option(BUILD_TESTING "Build tests" ON) +#if(BUILD_TESTING) +# list(APPEND VCPKG_MANIFEST_FEATURES "tests") +#endif() option(BUILD_BENCHMARKS "Build benchmarks" OFF) if(BUILD_BENCHMARKS)