cmake: Fix failing test case. Followup to #7527.

pull/7561/head
Daniel Mensinger 4 years ago
parent 461cb7d534
commit e5fabce1f3
  1. 2
      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()

Loading…
Cancel
Save