From 953ff71e99f82d4436d567d800646db094f9887c Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 28 Jul 2015 11:44:37 +0200 Subject: [PATCH] + fix linking error on area module with clbundler --- src/Mod/Path/libarea/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/libarea/CMakeLists.txt b/src/Mod/Path/libarea/CMakeLists.txt index 4841ea7e51..b2d15d81dd 100644 --- a/src/Mod/Path/libarea/CMakeLists.txt +++ b/src/Mod/Path/libarea/CMakeLists.txt @@ -7,7 +7,7 @@ endif (CMAKE_BUILD_TOOL MATCHES "make") include_directories(${PYTHON_INCLUDE_DIRS}) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) -if(NOT FREECAD_LIBPACK_USE) +if(NOT FREECAD_LIBPACK_USE OR FREECAD_LIBPACK_CHECKFILE_CLBUNDLER) find_package( Boost COMPONENTS python REQUIRED) # find BOOST and boost-python if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})