mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
869904271b
Enable C or CXX (or nothing) as needed in each test case. This will allow us to add test cases that do not enable CXX.
4 lines
90 B
CMake
4 lines
90 B
CMake
enable_language(CXX)
|
|
|
|
target_compile_features(main INTERFACE cxx_delegating_constructors)
|