From 473f7ff0113a0f059a832fb74e4e050a12215d3c Mon Sep 17 00:00:00 2001 From: "MA-DEVELOP\\apeltauer" Date: Thu, 28 Mar 2019 07:50:22 +0100 Subject: [PATCH] pybind11 mod --- src/Mod/Path/libarea/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/Path/libarea/CMakeLists.txt b/src/Mod/Path/libarea/CMakeLists.txt index 239c5a2580..3e223f258a 100644 --- a/src/Mod/Path/libarea/CMakeLists.txt +++ b/src/Mod/Path/libarea/CMakeLists.txt @@ -38,6 +38,8 @@ if(NOT FREECAD_USE_PYBIND11) else() include_directories(${Boost_INCLUDE_DIRS}) endif() +else() + include_directories(${pybind11_INCLUDE_DIR}) endif(NOT FREECAD_USE_PYBIND11)