summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/NoMinimumRequired-stderr.txt
diff options
context:
space:
mode:
authorfriendlyanon <friendlyanon_@hotmail.com>2022-11-11 15:15:30 (GMT)
committerfriendlyanon <friendlyanon_@hotmail.com>2022-11-11 21:49:36 (GMT)
commit59573bf5b9afb2157c73b18dd189a0927dafee52 (patch)
treea51943c3be8f4430a314560e5afba145013b28a3 /Tests/RunCMake/project/NoMinimumRequired-stderr.txt
parent23f3dd9f7c87bbf02685f388cb3913a8878e4f3b (diff)
downloadCMake-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.txt5
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\.$