From 62604d4ea576855a7c1dc126c4e0440b8fa1dbb4 Mon Sep 17 00:00:00 2001 From: xintianwu Date: Wed, 8 Aug 2018 14:12:24 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a8e206f..cdd36806 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1107,6 +1107,7 @@ include_directories( ) link_directories( ${CLDNN__IOCL_ICD_LIBDIRS} + ${Boost_LIBRARY_DIRS) ) # =================================== Link targets and dependencies ====================================