diff --git a/debian/tests/findmodules_data/CMakeLists.txt b/debian/tests/findmodules_data/CMakeLists.txt index c9e0eb3e8..dbfa8ea0f 100644 --- a/debian/tests/findmodules_data/CMakeLists.txt +++ b/debian/tests/findmodules_data/CMakeLists.txt @@ -1,9 +1,9 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.5...3.27) foreach(VTEST ALSA Armadillo BISON Boost BZip2 Cups CURL CVS Doxygen EXPAT FLEX Freetype Gettext GIF Git GnuTLS GTK2 Hg HSPELL Icotool Java LibArchive LibLZMA LibXml2 LibXslt OpenSceneGraph Perl PhysFS - PkgConfig PythonInterp PythonLibs Ruby Protobuf Subversion SWIG TIFF ZLIB) + PkgConfig Python3 Ruby Protobuf Subversion SWIG TIFF ZLIB) find_package(${VTEST} REQUIRED) endforeach()