mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
e03a1b3b61
Fixes: #17011
3 lines
80 B
CMake
3 lines
80 B
CMake
add_executable(main empty.c)
|
|
target_compile_features(main PRIVATE cxx_decltype)
|