From 08a8ad08f94fa01698c8fb35997737c92148bd3d Mon Sep 17 00:00:00 2001 From: Maurice <zimmnau@ilr.rwth-aachen.de> Date: Mon, 17 Mar 2025 11:32:08 +0100 Subject: [PATCH] Fix config.cpp include in CMakeLists.txt of systems_design (Case sensitive) --- systems_design/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems_design/CMakeLists.txt b/systems_design/CMakeLists.txt index cbc39f04..9dff8738 100644 --- a/systems_design/CMakeLists.txt +++ b/systems_design/CMakeLists.txt @@ -12,7 +12,7 @@ set(MODULE_NAME systems_design) set(MODULE_SOURCES src/common/missionData.cpp src/systemsDesign.cpp - src/common/Config.cpp + src/common/config.cpp src/standard/standardPlot.cpp src/virtual/virtualPlot.cpp src/standard/standardReport.cpp -- GitLab