Skip to content

Commit 3c53174

Browse files
committed
cmake: fix typo
1 parent d354c48 commit 3c53174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function(googletest_verilog_testbench TB_TARGET)
5656
cmake_parse_arguments(
5757
TB # prefix
5858
"" # list of options (true / false based on whether option is present or not)
59-
"SOURCE". # single value keywords
59+
"SOURCE" # single value keywords
6060
"INCLUDE_DIRS" # multi-value keywords
6161
${ARGN} # arguments provided to the function
6262
)

0 commit comments

Comments
 (0)