From eb26d6879ec31998410dbc4ecfba04dd6a7383ad Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 20 Mar 2017 17:19:13 +0100 Subject: [PATCH] Adding include path for msgpack --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 451dd53b0..6580bb480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,6 +304,8 @@ include_directories(${Boost_INCLUDE_DIRS} ${PNG_INCLUDE_DIRS} ${OPEN_MM_INCLUDE_DIRS} ) +# Extend the include path for building OST to have msgpack available. +include_directories("${STAGE_DIR}/include/ost/io/msgpack") if(USE_NUMPY) include_directories(${PYTHON_NUMPY_INCLUDE_DIR}) endif() -- GitLab