mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
a38e594340
Fixes: #27051
32 lines
1.7 KiB
Plaintext
32 lines
1.7 KiB
Plaintext
CMake Warning \(dev\) at KeywordProjectName\.cmake:[0-9]+ \(project\):
|
|
project\(\) called with 'LANGUAGES' as first argument\. The first parameter
|
|
should be the project name, not a keyword argument\. See the
|
|
cmake-commands\(7\) manual for correct usage of the project\(\) command\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
|
|
|
CMake Warning \(dev\) at KeywordProjectName\.cmake:[0-9]+ \(project\):
|
|
project\(\) called with 'VERSION' as first argument\. The first parameter
|
|
should be the project name, not a keyword argument\. See the
|
|
cmake-commands\(7\) manual for correct usage of the project\(\) command\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
|
|
|
CMake Warning \(dev\) at KeywordProjectName\.cmake:[0-9]+ \(project\):
|
|
project\(\) called with 'DESCRIPTION' as first argument\. The first parameter
|
|
should be the project name, not a keyword argument\. See the
|
|
cmake-commands\(7\) manual for correct usage of the project\(\) command\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
|
|
|
CMake Warning \(dev\) at KeywordProjectName\.cmake:[0-9]+ \(project\):
|
|
project\(\) called with 'HOMEPAGE_URL' as first argument\. The first
|
|
parameter should be the project name, not a keyword argument\. See the
|
|
cmake-commands\(7\) manual for correct usage of the project\(\) command\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.
|