Skip to content
Snippets Groups Projects
Commit 0b007e59 authored by calrama's avatar calrama
Browse files

[cmake] add missing find_package for boost to install config

parent 33480f18
No related branches found
No related tags found
No related merge requests found
Pipeline #36199 failed
......@@ -2,6 +2,8 @@
find_package(biotracker-interfaces REQUIRED)
find_package(Boost REQUIRED COMPONENTS system filesystem chrono timer)
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Modules")
\ 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