mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
234a069de3
Avoid enabling languages in cases that do not need them.
4 lines
81 B
CMake
4 lines
81 B
CMake
add_custom_target(drive
|
|
COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANGUAGE>
|
|
)
|