Skip to content

Commit 957877f

Browse files
authored
Update zdnn.cmake
1 parent 63b8d9e commit 957877f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Accelerators/NNPA/zdnn.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ function(setup_zdnn version)
1414
GIT_TAG ${version}
1515
PREFIX ${ZDNN_PREFIX}
1616
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)"
17+
CONFIGURE_COMMAND sh -c "autoconf && ./configure"
2018

2119
# We build libzdnn.so so that obj/*.o are compiled with -fPIC
2220
# Then we create libzdnn.a ourselves from these PIC .o since

0 commit comments

Comments
 (0)