From 43452251a6324231b27ebd3a4f92990329f723a0 Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Sat, 4 Jan 2025 22:19:18 +0000 Subject: [PATCH] Fix property --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcca98fd1f7..ec4885f3871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1305,6 +1305,10 @@ if(BUILD_TESTS) TEST lts_compatibility APPEND PROPERTY ENVIRONMENT "LTS_COMPAT_GOV_CLIENT=1" + ) + set_property( + TEST lts_compatibility + APPEND PROPERTY LABELS lts_compatibility ) endif()