Skip to content

Commit

Permalink
[TEST] Fix Ogre CI : Ogre cannot be run without a valid X11 context
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jan 7, 2025
1 parent 6349a39 commit 988d23d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions example/ogre-simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,4 @@ foreach(cpp ${example_cpp})
endif()
endforeach()

# Add test only if dataset found for isolated build
visp_find_dataset(DATASET_FOUND)
if(DATASET_FOUND)
visp_add_test(AROgreBasic AROgreBasic ${OPTION_TO_DESACTIVE_DISPLAY} -c)
endif()
# AROgreBasic cannot be used as unit test because requires a valid X11 context

0 comments on commit 988d23d

Please sign in to comment.