mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
Merge topic 'misc-messages'
dbe33b20bdinstall: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warnings1a25f057dacmComputeLinkInformation: Add context to warning about linking a directory4862f3b2c8cmcmd: Write progress and tar errors directly to stderrefc6c23a47bootstrap: Do not declare cmSystemTools functions that are not implemented Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !6680
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
^INSTALL TARGETS - target lib3 has PRIVATE_HEADER files but no PRIVATE_HEADER DESTINATION\.
|
||||
INSTALL TARGETS - target lib4 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION\.$
|
||||
^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:3 \(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:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.$
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
^INSTALL TARGETS - target lib3 has PRIVATE_HEADER files but no PRIVATE_HEADER DESTINATION\.
|
||||
INSTALL TARGETS - target lib4 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION\.$
|
||||
^CMake Warning \(dev\) at TARGETS-Defaults.cmake:[0-9]+ \(install\):
|
||||
Target lib3 has PRIVATE_HEADER files but no PRIVATE_HEADER DESTINATION.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
+
|
||||
CMake Warning \(dev\) at TARGETS-Defaults.cmake:[0-9]+ \(install\):
|
||||
Target lib4 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.$
|
||||
|
||||
Reference in New Issue
Block a user