From ef5cf41d34530cec0f8a69b1fe244a82e07872c7 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:02:58 +0100 Subject: [PATCH] Add OBS 31 support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa74144f..72bc4af1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ endif() # OBS 31 no longer defines find_qt so check if we need to include it for in-tree # builds -if(NOT COMMAND foo) +if(NOT COMMAND find_qt) include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/common/helpers_common.cmake") endif()