[uwac,rdtk] remove duplicated BUILD_TESTING_INTERNAL

This commit is contained in:
akallabeth 2025-03-06 11:48:28 +01:00
parent 2b46c3d3e2
commit 00fecc61bb
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
2 changed files with 0 additions and 3 deletions

View File

@ -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()

View File

@ -30,8 +30,6 @@ if(NOT FREERDP_UNIFIED_BUILD)
include(ProjectCStandard)
option(BUILD_TESTING_INTERNAL "Build library unit tests" ON)
include(ExportAllSymbols)
endif()