File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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})
4462diff --git a/include/ur_client_library/comm/bin_parser.h b/include/ur_client_library/comm/bin_parser.h
4563index e13aba6..83f8e6c 100644
4664--- a/include/ur_client_library/comm/bin_parser.h
You can’t perform that action at this time.
0 commit comments