We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b8d9e commit 957877fCopy full SHA for 957877f
src/Accelerators/NNPA/zdnn.cmake
@@ -14,9 +14,7 @@ function(setup_zdnn version)
14
GIT_TAG ${version}
15
PREFIX ${ZDNN_PREFIX}
16
BUILD_IN_SOURCE ON
17
-
18
- # Skip autoconf and configure if config.make already exists
19
- CONFIGURE_COMMAND sh -c "[ -f config.make ] || (autoconf && ./configure)"
+ CONFIGURE_COMMAND sh -c "autoconf && ./configure"
20
21
# We build libzdnn.so so that obj/*.o are compiled with -fPIC
22
# Then we create libzdnn.a ourselves from these PIC .o since
0 commit comments