mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
5 lines
124 B
CMake
5 lines
124 B
CMake
add_custom_target(drive)
|
|
add_custom_command(TARGET drive PRE_BUILD
|
|
COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANGUAGE>
|
|
)
|