fix: noconfirm auto-selects first AUR match
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
project('cmake-executable-dependency')
|
||||
|
||||
if not find_program('cmake', required: false).found()
|
||||
error('MESON_SKIP_TEST CMake is not installed')
|
||||
endif
|
||||
|
||||
cmake = import('cmake')
|
||||
cmlib = cmake.subproject('cmlib')
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(cmlib)
|
||||
|
||||
message(FATAL_ERROR "Fancy error message")
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/120 cmake subproject error/meson.build:8:14: ERROR: Failed to configure the CMake subproject: Fancy error message"
|
||||
}
|
||||
],
|
||||
"tools": {
|
||||
"cmake": ">=3.14"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user