We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a2abb commit 4f3c9daCopy full SHA for 4f3c9da
mlir/test/CAPI/CMakeLists.txt
@@ -10,6 +10,7 @@ function(_add_capi_test_executable name)
10
PARTIAL_SOURCES_INTENDED
11
${ARG_UNPARSED_ARGUMENTS})
12
set_target_properties(${name} PROPERTIES FOLDER "MLIR/Tests")
13
+ set_target_properties(${name} PROPERTIES EXCLUDE_FROM_ALL ON)
14
15
llvm_update_compile_flags(${name})
16
if(MLIR_BUILD_MLIR_C_DYLIB)
0 commit comments