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 b025c1e commit 2f7f46aCopy full SHA for 2f7f46a
rosidl_generator_java/CMakeLists.txt
@@ -36,7 +36,7 @@ if(BUILD_TESTING)
36
37
# TODO(jacobperron): This fixes generating messages with wstrings.
38
# Figure out why this is needed as of Foxy, and how we can remove this workaround
39
- set(CMAKE_JAVA_COMPILE_FLAGS "-encoding" "ISO-8859-1")
+ list(APPEND CMAKE_JAVA_COMPILE_FLAGS "-encoding" "ISO-8859-1")
40
41
include(cmake/register_java.cmake)
42
include(cmake/rosidl_generator_java_get_typesupports.cmake)
0 commit comments