cmake/Tests/RunCMake/GenEx-LINK_LIBRARY/library-ignored-stderr.txt

22 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-08-04 22:12:04 +02:00
CMake Warning \(dev\) at library-ignored.cmake:[0-9]+ \(add_library\):
The feature 'feat', specified as part of a generator-expression
2024-07-09 14:46:46 +02:00
'\$<LINK_LIBRARY:feat>', will not be applied to the INTERFACE_LIBRARY
2022-08-04 22:12:04 +02:00
'front'.
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 library-ignored.cmake:[0-9]+ \(add_library\):
The feature 'feat', specified as part of a generator-expression
2024-07-09 14:46:46 +02:00
'\$<LINK_LIBRARY:feat>', will not be applied to the OBJECT_LIBRARY 'dep'.
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 library-ignored.cmake:[0-9]+ \(add_library\):
The feature 'feat', specified as part of a generator-expression
'\$<LINK_LIBRARY:feat>', will not be applied to the SHARED_LIBRARY 'lib'.
2022-08-04 22:12:04 +02:00
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.