Commit 002aef50 authored by Tomasz Dołbniak's avatar Tomasz Dołbniak Committed by Scott Cyphers

Use updated reduced-size clDNN (#3023)

* Use updated reduced-size clDNN

* Remove the obsolete BOOST_VERSION variable
parent 97a44e27
......@@ -22,8 +22,7 @@ include(ExternalProject)
#------------------------------------------------------------------------------
set(CLDNN_GIT_REPO_URL https://github.com/intel/clDNN.git)
set(CLDNN_GIT_LABEL a05c9f29c5690a4beb9cd8c9f712cfb4399b2a6d)
set(BOOST_VERSION 1.64.0)
set(CLDNN_GIT_LABEL 7cdec74c3307bbe98c5c0b7bd0e17536f60a3c12)
set(OUT_DIR ${EXTERNAL_PROJECTS_ROOT}/cldnn/out)
ExternalProject_Add(
......@@ -41,7 +40,6 @@ ExternalProject_Add(
${NGRAPH_FORWARD_CMAKE_ARGS}
-DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}
# -DCLDNN__OUTPUT_DIR=out/Debug
-DCLDNN__BOOST_VERSION=${BOOST_VERSION}
-DCLDNN__INCLUDE_TESTS=OFF
-DCLDNN__INCLUDE_CORE_INTERNAL_TESTS=OFF
-DCLDNN__INCLUDE_TUTORIAL=OFF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment