From 281de2d41bb7d23ea75fc0ad23d98506a61f7d52 Mon Sep 17 00:00:00 2001 From: tanguyy Date: Mon, 26 Apr 2021 16:51:08 +0200 Subject: [PATCH] Add FIND_PACKAGE to set Boost dir --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8707dda..6c7961e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 2.8.9) PROJECT(ImageToDBRegistration) +FIND_PACKAGE(Boost REQUIRED system serialization) + # This module create a library, with the same name as the module SET(ImageToDBRegistration_LIBRARIES ImageToDBRegistration) -- GitLab