Skip to content
Snippets Groups Projects
Commit 65d5661d authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

Revert "enable verbose build for cryptopp"

This reverts commit 86e756db.

Change-Id: I36b5a0925c0848a9f1d4b0d3527be97b5e31ab1c
parent 86e756db
Branches
Tags
No related merge requests found
...@@ -33,5 +33,5 @@ endif ...@@ -33,5 +33,5 @@ endif
.cryptopp: cryptopp toolchain.cmake .cryptopp: cryptopp toolchain.cmake
cd $< && rm GNUmakefile* cd $< && rm GNUmakefile*
cd $< && $(HOSTVARS) $(CMAKE) . $(CRYPTOPP_CMAKECONF) cd $< && $(HOSTVARS) $(CMAKE) . $(CRYPTOPP_CMAKECONF)
cd $< && $(MAKE) VERBOSE=1 install cd $< && $(MAKE) install
touch $@ touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment