mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
461efa7b51
This MR may help to solve issues #19757 and #18008 Fixes: #19965
4 lines
78 B
CMake
4 lines
78 B
CMake
add_custom_target(drive
|
|
COMMAND ${CMAKE_COMMAND} -E echo $<LINK_LANGUAGE>
|
|
)
|