cmake/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake

4 lines
100 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
add_library(no_features empty.cpp)
target_compile_features(no_features PRIVATE $<1:cxx_constexpr>)