CMake/Tests/RunCMake/target_compile_features/invalid_args.cmake

4 lines
98 B
CMake

add_executable(main empty.cpp)
target_compile_features(main INVALID cxx_delegating_constructors)