We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9565c68 commit 40ba9e3Copy full SHA for 40ba9e3
1 file changed
test/CMakeLists.txt
@@ -69,6 +69,12 @@ endforeach()
69
70
# *DO NOT* add overrides below here
71
72
+# Disable failing targets (see issue #3384)
73
+if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0)
74
+ set_target_properties(test-conversions_cpp14 PROPERTIES SOURCES "")
75
+ set_target_properties(test-items_cpp14 PROPERTIES SOURCES "")
76
+endif()
77
+
78
#############################################################################
79
# Test the generated build configs
80
0 commit comments