We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d354c48 commit 3c53174Copy full SHA for 3c53174
CMakeLists.txt
@@ -56,7 +56,7 @@ function(googletest_verilog_testbench TB_TARGET)
56
cmake_parse_arguments(
57
TB # prefix
58
"" # list of options (true / false based on whether option is present or not)
59
- "SOURCE". # single value keywords
+ "SOURCE" # single value keywords
60
"INCLUDE_DIRS" # multi-value keywords
61
${ARGN} # arguments provided to the function
62
)
0 commit comments