Skip to content

Commit

Permalink
Remove ccache from Findswig.cmake (hyperledger-iroha#1162)
Browse files Browse the repository at this point in the history
Signed-off-by: Arseniy Fokin <[email protected]>
  • Loading branch information
stinger112 authored and x3medima17 committed Mar 30, 2018
1 parent 8290d18 commit d6f1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/Findswig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(NOT SWIG_EXECUTABLE)
URL_HASH SHA256=7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d
PATCH_COMMAND patch -p1 < ${PROJECT_SOURCE_DIR}/../patch/add-nodejs8-support-to-swig.patch || true
# We should install SWIG to properly access SWIG lib
CONFIGURE_COMMAND ./autogen.sh COMMAND ./configure --without-pcre --prefix=${EP_PREFIX}/src/swig_swig
CONFIGURE_COMMAND ./autogen.sh COMMAND ./configure --without-pcre --disable-ccache --prefix=${EP_PREFIX}/src/swig_swig
BUILD_IN_SOURCE ON
BUILD_COMMAND ${MAKE} swig
TEST_COMMAND "" # remove test step
Expand Down

0 comments on commit d6f1b07

Please sign in to comment.