Skip to content

Commit

Permalink
Fixed the test for this version of the firmware.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandareid committed Oct 7, 2024
1 parent e0a8c71 commit 9e330d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ find_package(GTest REQUIRED)
find_package(Threads REQUIRED) # Required for current gtest version, may be a bug with gtest?
include_directories(${GTEST_INCLUDE_DIRS})

include_directories(${EIGEN3_INCLUDE_DIRS})
include_directories(/usr/include/eigen3)

include_directories(.)
add_executable(unit_tests
${ROSFLIGHT_SOURCES}
Expand Down

0 comments on commit 9e330d9

Please sign in to comment.