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