diff --git a/CMakeLists.txt b/CMakeLists.txt index 054f859d97cae4bf64e8b8b775e4760b41c85889..a14ea77b3f9919bed31190055f3b1c164c9065f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,6 +109,7 @@ function (superbuild_find_projects var) opencv opencvcontrib openmp + openxrmodels openxrsdk oustersdk pahoc @@ -274,7 +275,7 @@ function (superbuild_add_packaging) endif () list(GET generators 0 default_generator) foreach (generator IN LISTS generators) - superbuild_add_extra_package_test(lidarview "${generator}" + superbuild_add_extra_package_test(lidarview "${generator}" LABELS "LidarView" # does not have to be ${SOFTWARE_NAME} I think, it is currently not available here TIMEOUT 6400) endforeach ()