diff options
author | friendlyanon <friendlyanon_@hotmail.com> | 2022-11-11 15:15:30 (GMT) |
---|---|---|
committer | friendlyanon <friendlyanon_@hotmail.com> | 2022-11-11 21:49:36 (GMT) |
commit | 59573bf5b9afb2157c73b18dd189a0927dafee52 (patch) | |
tree | a51943c3be8f4430a314560e5afba145013b28a3 /Tests/RunCMake/project/NoMinimumRequired-stderr.txt | |
parent | 23f3dd9f7c87bbf02685f388cb3913a8878e4f3b (diff) | |
download | CMake-59573bf5b9afb2157c73b18dd189a0927dafee52.zip CMake-59573bf5b9afb2157c73b18dd189a0927dafee52.tar.gz CMake-59573bf5b9afb2157c73b18dd189a0927dafee52.tar.bz2 |
project: Warn at top-level if `cmake_minimum_required` wasn't called
The top-level project() call will now issue an AUTHOR_WARNING if it
wasn't called after cmake_minimum_required().
Fixes: #24071
Diffstat (limited to 'Tests/RunCMake/project/NoMinimumRequired-stderr.txt')
-rw-r--r-- | Tests/RunCMake/project/NoMinimumRequired-stderr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/project/NoMinimumRequired-stderr.txt b/Tests/RunCMake/project/NoMinimumRequired-stderr.txt new file mode 100644 index 0000000..83e2ac9 --- /dev/null +++ b/Tests/RunCMake/project/NoMinimumRequired-stderr.txt @@ -0,0 +1,5 @@ +CMake Warning \(dev\) at CMakeLists\.txt:[0-9]+ \(project\): + cmake_minimum_required\(\) should be called prior to this top-level project\(\) + call\. Please see the cmake-commands\(7\) manual for usage documentation of + both commands\. +This warning is for project developers\. Use -Wno-dev to suppress it\.$ |