From 1981c0490cb6303e6339ff90408169e0506add88 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 29 Jan 2024 15:55:28 +0000 Subject: [PATCH] Change component order Signed-off-by: Michael Carroll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 402352a4..b7697c73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ configure_file("${PROJECT_SOURCE_DIR}/cppcheck.suppress.in" ${PROJECT_BINARY_DIR}/cppcheck.suppress) gz_configure_build(QUIT_IF_BUILD_ERRORS - COMPONENTS av events geospatial graphics io profiler testing) + COMPONENTS av events graphics geospatial io profiler testing) #============================================================================ # Create package information