Skip to content

Commit 2f4aed7

Browse files
committed
Fix some CMakeLists syntax
1 parent 73202fc commit 2f4aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ macro(add_sourcekit_library name)
135135
${SOURCEKIT_SOURCE_DIR}/include/SourceKit/${lib_path}/*.td
136136
)
137137
source_group("TableGen descriptions" FILES ${tds})
138-
set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON)
138+
set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
139139

140140
set(srcs ${srcs} ${headers} ${tds})
141141
endif()

0 commit comments

Comments
 (0)