diff options
author | Brad King <brad.king@kitware.com> | 2014-04-21 13:35:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-21 13:35:42 (GMT) |
commit | b10083876ce01f6f9181688619136edd9daf26be (patch) | |
tree | 3cb6138c35b37001c6b1a8a68d9a0db076b1a89f /Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake | |
parent | 658cc11cf19ed514f93afe3d837a0bd24377499d (diff) | |
parent | 8d0b1ccac13389255a318422d38b246cf47d9ace (diff) | |
download | CMake-b10083876ce01f6f9181688619136edd9daf26be.zip CMake-b10083876ce01f6f9181688619136edd9daf26be.tar.gz CMake-b10083876ce01f6f9181688619136edd9daf26be.tar.bz2 |
Merge topic 'feature-absence-hard-error'
8d0b1cca Features: FATAL_ERROR on compilers with no recorded features.
447fbb3f Tests: Execute compile features tests unconditionally.
597bb72e Tests: Run RunCMake.target_compile_features unconditionally.
Diffstat (limited to 'Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake')
-rw-r--r-- | Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake new file mode 100644 index 0000000..5121948 --- /dev/null +++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake @@ -0,0 +1,3 @@ + +add_library(no_features empty.cpp) +target_compile_features(no_features PRIVATE cxx_constexpr) |