Skip to content

Commit f1c0225

Browse files
authored
Fix patch
1 parent 0a47690 commit f1c0225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/ros-humble-ur-client-library.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ index 878ffed..a1b176e 100644
3232
+ $<$<CXX_COMPILER_ID:MSVC>:/W4 /WX>
3333
+ $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -Wno-unused-parameter>
3434
+)
35-
+target_compile_options(urcl PUBLIC cxx_std_17)
35+
+target_compile_features(urcl PUBLIC cxx_std_17)
3636
if(WITH_ASAN)
3737
target_compile_options(urcl PUBLIC -fsanitize=address)
3838
target_link_options(urcl PUBLIC -fsanitize=address)

0 commit comments

Comments
 (0)