Skip to content

Commit

Permalink
set mock for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Jan 30, 2023
1 parent 4ff9a55 commit 7fd75a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_sunrise_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

set(MOCK_FRI OFF)
set(MOCK_FRI ON)

# find dependencies
find_package(ament_cmake REQUIRED)
Expand Down

0 comments on commit 7fd75a1

Please sign in to comment.