Skip to content

Commit db2fb78

Browse files
committed
Satisfy non-optional brief doc requirement for premerge
1 parent 7c3e7a2 commit db2fb78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/unittests/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ function(add_distinct_clang_unittest test_name)
4747
target_link_libraries(${test_name} PRIVATE ${ARG_LINK_LIBS})
4848
endfunction()
4949

50-
define_property(GLOBAL PROPERTY CLANG_UNITTEST_SRCS)
51-
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS)
52-
define_property(GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS)
53-
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS)
50+
define_property(GLOBAL PROPERTY CLANG_UNITTEST_SRCS BRIEF_DOCS "<internal setting>")
51+
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS BRIEF_DOCS "<internal setting>")
52+
define_property(GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS BRIEF_DOCS "<internal setting>")
53+
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS BRIEF_DOCS "<internal setting>")
5454

5555
# add_clang_unittest(test_name file1.cpp file2.cpp)
5656
#

0 commit comments

Comments
 (0)