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 0867e37 commit 1b07cbbCopy full SHA for 1b07cbb
rcljava_common/cmake/Modules/JavaExtra.cmake
@@ -106,11 +106,11 @@ function(ament_add_junit_tests TARGET_NAME)
106
set(${TARGET_NAME}_jar_dependencies "${JUNIT_JAR}${SEPARATOR}${HAMCREST_JAR}")
107
108
add_jar("${TARGET_NAME}_jar"
109
- "${_source_files}"
+ SOURCES "${_source_files}"
110
OUTPUT_NAME
111
"${TARGET_NAME}"
112
INCLUDE_JARS
113
- "${ARG_INCLUDE_JARS}"
+ ${ARG_INCLUDE_JARS}
114
"${JUNIT_JAR}"
115
"${HAMCREST_JAR}"
116
)
0 commit comments