From e341361d5d61e1b3f74b91307ab810cd23a3b13e Mon Sep 17 00:00:00 2001
From: Maurice <zimmnau@ilr.rwth-aachen.de>
Date: Thu, 20 Feb 2025 20:07:19 +0100
Subject: [PATCH] CMakeLists file adaptions

---
 design_evaluator/CMakeLists.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/design_evaluator/CMakeLists.txt b/design_evaluator/CMakeLists.txt
index ef10f6b9..76587808 100644
--- a/design_evaluator/CMakeLists.txt
+++ b/design_evaluator/CMakeLists.txt
@@ -38,8 +38,10 @@
 
 set(MODULE_NAME design_evaluator)
 
-find_package(Boost REQUIRED COMPONENTS 
-	property_tree
+find_package(
+	boost_property_tree 
+	1.83.0 
+	REQUIRED
 )
 
 add_executable(${MODULE_NAME}
@@ -47,5 +49,5 @@ add_executable(${MODULE_NAME}
 )
 
 target_link_libraries(${MODULE_NAME} PRIVATE 
-	Boost::property_tree
+	boost::property_tree
 )
\ No newline at end of file
-- 
GitLab