summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/13 cmake dependency/test.json
blob: 208b59193835514de7822ab4e4e4df75d01659ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "env": {
    "CMAKE_PREFIX_PATH": "@ROOT@/cmake_fake1;@ROOT@/cmake_fake2:@ROOT@/cmake_pref_env",
    "PATH": "@ROOT@/cmake_fake3/bin:@PATH@"
  },
  "stdout": [
    {
      "line": "WARNING: Could not find and exact match for the CMake dependency cmMesonTestF1."
    },
    {
      "line": "    ['CMMesonTESTf1::evil_non_standard_target']"
    }
  ],
  "tools": {
    "cmake": ">=3.11"
  }
}