From 647f18215886867b548b71536dd2608a15e3dc9d Mon Sep 17 00:00:00 2001 From: Maurice <zimmnau@ilr.rwth-aachen.de> Date: Thu, 20 Feb 2025 20:47:21 +0100 Subject: [PATCH] CMakeLists updates. Renaming --- CMakeLists.txt | 2 +- design_evaluator/CMakeLists.txt | 10 ---------- ...ignEvaluator_conf.xml => design_evaluator_conf.xml} | 0 3 files changed, 1 insertion(+), 11 deletions(-) rename design_evaluator/{designEvaluator_conf.xml => design_evaluator_conf.xml} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c2ab6c0..41ec4aae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,4 +26,4 @@ if(MSVC) endif() # Add all modules -add_subdirectory(DesignEvaluator) \ No newline at end of file +add_subdirectory(design_evaluator) \ No newline at end of file diff --git a/design_evaluator/CMakeLists.txt b/design_evaluator/CMakeLists.txt index 76587808..bff3aaf3 100644 --- a/design_evaluator/CMakeLists.txt +++ b/design_evaluator/CMakeLists.txt @@ -38,16 +38,6 @@ set(MODULE_NAME design_evaluator) -find_package( - boost_property_tree - 1.83.0 - REQUIRED -) - add_executable(${MODULE_NAME} src/main.cpp ) - -target_link_libraries(${MODULE_NAME} PRIVATE - boost::property_tree -) \ No newline at end of file diff --git a/design_evaluator/designEvaluator_conf.xml b/design_evaluator/design_evaluator_conf.xml similarity index 100% rename from design_evaluator/designEvaluator_conf.xml rename to design_evaluator/design_evaluator_conf.xml -- GitLab