Commit 9cee71f2 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Merge pull request #119 from NervanaSystems/jmenon/use_more_patch

CMake: Replace a previously missed instance of 'git am'
parents f3316f30 d934a91c
......@@ -37,7 +37,7 @@ if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
ext_mkldnn
GIT_REPOSITORY ${MKLDNN_GIT_REPO_URL}
UPDATE_COMMAND ""
PATCH_COMMAND git am ${CMAKE_SOURCE_DIR}/third-party/patches/mkldnn-cmake-openmp.patch
PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/third-party/patches/mkldnn-cmake-openmp.patch
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION}
BUILD_BYPRODUCTS "${EXTERNAL_INSTALL_LOCATION}/include/mkldnn.hpp"
)
......
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