cmake/Tests/RunCMake/add_test/CMP0110-WARN-Semicolon-stderr.txt
2021-09-14 00:13:48 +02:00

12 lines
462 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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:
`BeforeSemi;AfterSemi´
This warning is for project developers\. Use -Wno-dev to suppress it\.