21 lines
843 B
Plaintext
Raw Normal View History

2023-07-02 19:51:09 +02:00
^CMake Warning \(dev\) in CMakeLists\.txt:
2019-11-11 23:01:05 +01:00
No project\(\) command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project\(\) command. Add a line of
code such as
project\(ProjectName\)
near the top of the file, but after cmake_minimum_required\(\).
CMake is pretending there is a "project\(Project\)" command on the first
2023-07-02 19:51:09 +02:00
line\.
This warning is for project developers. Use -Wno-dev to suppress it\.
+
CMake Deprecation Warning at CMakeLists\.txt:1 \(cmake_minimum_required\):
2024-11-11 15:18:55 +01:00
Compatibility with CMake < 3\.10 will be removed from a future version of
2023-07-02 19:51:09 +02:00
CMake\.
2024-11-22 23:57:14 +01:00
Update the VERSION argument <min> value\. Or, use the <min>\.\.\.<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier\.$