Skip to content

Commit a1c87a7

Browse files
authored
[NFC] Fix warning: Keyword MAIN_DEPENDENCY requires a value, but none was given (#605)
1 parent 6554698 commit a1c87a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cl_headers/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ add_custom_target (
4646
function(create_pcm DST MODULE HEADER OPTS DEPS)
4747
add_custom_command (
4848
OUTPUT ${DST}
49-
MAIN_DEPENDENCY ${MODMAP}
5049
DEPENDS ${HEADER} ${DEPS} ${CLANG_COMMAND}
5150
COMMAND
5251
${CLANG_COMMAND} -cc1 -x cl

0 commit comments

Comments
 (0)