From 00fecc61bb3e8e9bdf809e35fa6f0e94f6d9b817 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 6 Mar 2025 11:48:28 +0100 Subject: [PATCH] [uwac,rdtk] remove duplicated BUILD_TESTING_INTERNAL --- rdtk/CMakeLists.txt | 1 - uwac/CMakeLists.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/rdtk/CMakeLists.txt b/rdtk/CMakeLists.txt index 1929e4b79..d9af9ae73 100644 --- a/rdtk/CMakeLists.txt +++ b/rdtk/CMakeLists.txt @@ -31,7 +31,6 @@ if(NOT FREERDP_UNIFIED_BUILD) include(ProjectCStandard) set(WINPR_VERSION_MAJOR 3) - option(BUILD_TESTING_INTERNAL "Build library unit tests" ON) include(ExportAllSymbols) else() diff --git a/uwac/CMakeLists.txt b/uwac/CMakeLists.txt index 82d098c0e..2234943de 100644 --- a/uwac/CMakeLists.txt +++ b/uwac/CMakeLists.txt @@ -30,8 +30,6 @@ if(NOT FREERDP_UNIFIED_BUILD) include(ProjectCStandard) - option(BUILD_TESTING_INTERNAL "Build library unit tests" ON) - include(ExportAllSymbols) endif()