Skip to content
Snippets Groups Projects
Commit e341361d authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

CMakeLists file adaptions

parent c3dd72f7
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment