Skip to content

Commit

Permalink
Update ros-noetic-libfranka.win.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Oct 12, 2020
1 parent 54ab068 commit 48d6634
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions patch/ros-noetic-libfranka.win.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ index e2e3426..26846d5 100644
)
install(DIRECTORY include/ DESTINATION include/libfranka)

@@ -150,11 +151,7 @@ install(FILES package.xml DESTINATION share/libfranka)
@@ -150,13 +151,9 @@ install(FILES package.xml DESTINATION share/libfranka)
## Subprojects

# Ignore find_package(Franka) in subprojects.
Expand All @@ -21,8 +21,11 @@ index e2e3426..26846d5 100644
-endmacro()
+set(FRANKA_IS_FOUND TRUE)

option(BUILD_TESTS "Build tests" ON)
-option(BUILD_TESTS "Build tests" ON)
+option(BUILD_TESTS "Build tests" OFF)
if(BUILD_TESTS)
enable_testing()
add_subdirectory(test)
diff --git a/cmake/GoogleTest-CMakeLists.txt.in b/cmake/GoogleTest-CMakeLists.txt.in
index f5e5dd0..6a95393 100644
--- a/cmake/GoogleTest-CMakeLists.txt.in
Expand Down

0 comments on commit 48d6634

Please sign in to comment.