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 0a47690 commit f1c0225Copy full SHA for f1c0225
patch/ros-humble-ur-client-library.patch
@@ -32,7 +32,7 @@ index 878ffed..a1b176e 100644
32
+ $<$<CXX_COMPILER_ID:MSVC>:/W4 /WX>
33
+ $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -Wno-unused-parameter>
34
+)
35
-+target_compile_options(urcl PUBLIC cxx_std_17)
++target_compile_features(urcl PUBLIC cxx_std_17)
36
if(WITH_ASAN)
37
target_compile_options(urcl PUBLIC -fsanitize=address)
38
target_link_options(urcl PUBLIC -fsanitize=address)
0 commit comments