We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b0b18d + b697154 commit 0955977Copy full SHA for 0955977
cmake/cblas.cmake
@@ -16,7 +16,7 @@
16
set(CBLAS_FOUND OFF)
17
18
## Find MKL First.
19
-set(MKL_ROOT $ENV{MKL_ROOT} CACHE PATH "Folder contains MKL")
+set(MKL_ROOT $ENV{MKLROOT} CACHE PATH "Folder contains MKL")
20
21
find_path(MKL_INCLUDE_DIR mkl.h PATHS
22
${MKL_ROOT}/include)
cmake/external/protobuf.cmake
@@ -54,6 +54,7 @@ ExternalProject_Add(
54
CONFIGURE_COMMAND
55
${CMAKE_COMMAND} ${PROTOBUF_SOURCES_DIR}/src/protobuf/cmake
56
-Dprotobuf_BUILD_TESTS=OFF
57
+ -DZLIB_ROOT:FILEPATH=${ZLIB_ROOT}
58
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
59
-DCMAKE_BUILD_TYPE=Release
60
-DCMAKE_INSTALL_PREFIX=${PROTOBUF_INSTALL_DIR}
0 commit comments