From e5fabce1f32ffe918a96acd026c0e258f6d682b8 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 6 Aug 2020 12:02:09 +0200 Subject: cmake: Fix failing test case. Followup to #7527. --- test cases/cmake/11 cmake_module_path/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases') diff --git a/test cases/cmake/11 cmake_module_path/meson.build b/test cases/cmake/11 cmake_module_path/meson.build index 75467e3..e201936 100644 --- a/test cases/cmake/11 cmake_module_path/meson.build +++ b/test cases/cmake/11 cmake_module_path/meson.build @@ -1,6 +1,6 @@ # We use Python3 as it's the only thing guaranteed to be available on any platform Meson can run on (unlike Zlib in linuxlike/13 cmake dependency). -project('user CMake find_package module using cmake_module_path', +project('user CMake find_package module using cmake_module_path', ['c', 'cpp'], meson_version: '>= 0.55.0') if not find_program('cmake', required: false).found() -- cgit v1.1