cmake: Skip system include dir test for msvc

pull/6199/head
Daniel Mensinger 5 years ago
parent 3e1435a968
commit b4af3328a4
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 4
      test cases/cmake/13 system includes/meson.build

@ -6,6 +6,10 @@ project(
],
)
if meson.get_compiler('cpp').get_argument_syntax() == 'msvc'
error('MESON_SKIP_TEST: Skipp with msvc due to missing -system support')
endif
cm = import('cmake')
sub_pro = cm.subproject('cmMod')
sub_dep = sub_pro.dependency('cmModLib')

Loading…
Cancel
Save