From c333d590cde0806c1e60f4cfcdea3d3889696050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Fri, 13 Mar 2026 17:09:00 +0100 Subject: [PATCH] [fix] Add missing openxrmoduls project --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 054f859..a14ea77 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 () -- GitLab