mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
1edf138506
For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
12 lines
587 B
Plaintext
12 lines
587 B
Plaintext
^CMake Warning \(dev\) at TARGETS-Defaults-Cache.cmake:[0-9]+ \(install\):
|
|
Target lib3 has PRIVATE_HEADER files but no PRIVATE_HEADER DESTINATION.
|
|
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 TARGETS-Defaults-Cache.cmake:[0-9]+ \(install\):
|
|
Target lib4 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.$
|