Skip to content

Commit

Permalink
test: Increase minimum cmake version so that it works with Qt 6.7
Browse files Browse the repository at this point in the history
This new cmake version enables CMP0071

Approved IRL by Nico Fella and Volker Krause
  • Loading branch information
tsdgeos committed Apr 23, 2024
1 parent 5723409 commit 534a7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ECMQmlModuleTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(extra-cmake-modules)

set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
Expand Down

0 comments on commit 534a7ff

Please sign in to comment.