summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_test/CMP0110-WARN-BracketArgument-stderr.txt
blob: 19e60c1ed9c4eee9a861977fe52546ece6272d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
CMake Warning \(dev\) in CMakeLists\.txt:
  Policy CMP0110 is not set: add_test\(\) supports arbitrary characters in test
  names\.  Run "cmake --help-policy CMP0110" for policy details\.  Use the
  cmake_policy command to set the policy and suppress this warning\.

  The following name given to add_test\(\) is invalid if CMP0110 is not set or
  set to OLD:

    `\[=\[InBracketBeforeSemi;InBracketAfterSemi\]=\]ยด

This warning is for project developers\.  Use -Wno-dev to suppress it\.