mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
c773d5b436
Refactoring in commit 7a4c02cb38 (cmGlobalGenerator: factor out
messaging for CMP0037, 2023-09-24, v3.28.0-rc1~39^2~7) incorrectly
switched to reporting the aliased target name instead of the invalid
name of the alias itself.
Fixes: #25979
4 lines
76 B
CMake
4 lines
76 B
CMake
enable_testing()
|
|
add_library(iface INTERFACE)
|
|
add_library(test ALIAS iface)
|