Skip to content

Commit 7a149f3

Browse files
committed
patch update
Signed-off-by: wep21 <[email protected]>
1 parent c580214 commit 7a149f3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@ index 878ffed..82ba8d5 100644
4141

4242
##
4343
## Build testing if enabled by option
44+
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
45+
index eb4c313..6972cf4 100644
46+
--- a/examples/CMakeLists.txt
47+
+++ b/examples/CMakeLists.txt
48+
@@ -3,13 +3,6 @@ project(ur_driver_examples)
49+
50+
# find_package(ur_client_library REQUIRED)
51+
52+
-# #
53+
-# # Check C++11 support / enable global pedantic and Wall
54+
-# #
55+
-include(DefineCXX17CompilerFlag)
56+
-DEFINE_CXX_17_COMPILER_FLAG(CXX17_FLAG)
57+
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
58+
-
59+
add_executable(driver_example
60+
full_driver.cpp)
61+
target_compile_options(driver_example PUBLIC ${CXX17_FLAG})
4462
diff --git a/include/ur_client_library/comm/bin_parser.h b/include/ur_client_library/comm/bin_parser.h
4563
index e13aba6..83f8e6c 100644
4664
--- a/include/ur_client_library/comm/bin_parser.h

0 commit comments

Comments
 (0)