Skip to content

Commit

Permalink
WIP: update dry run test to include TTool-pose and disable test in TSLAM
Browse files Browse the repository at this point in the history
  • Loading branch information
Petingo committed Oct 31, 2024
1 parent be0adb1 commit 56da624
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 2,034 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ endif()
set(OpenGL_GL_PREFERENCE LEGACY) # <-- temp fix: or GLVIND?
find_package(OpenGL REQUIRED)

set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
set(BUILD_V4_API ON)
set(TSLAM_BUILD_TESTS OFF)
set(TSLAM_BUILD_UTILS OFF)
add_external_package(TSlam IGNORE_SYSTEM)
add_external_package(TTool IGNORE_SYSTEM)

Expand Down Expand Up @@ -124,4 +127,4 @@ if(HEADLESS_TEST)
# copy data to build directory
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/assets DESTINATION ${CMAKE_BINARY_DIR})
include(tests)
endif()
endif()
Loading

0 comments on commit 56da624

Please sign in to comment.