Skip to content

Commit

Permalink
Merge pull request #11830 from Montellese/fmt_fix_depends
Browse files Browse the repository at this point in the history
[depends] libfmt: remove BASE_URL pointing to github and fix native linux cmake build
  • Loading branch information
Montellese committed Mar 9, 2017
2 parents 31d4e5e + 7899442 commit 5211531
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/depends/target/libfmt/Makefile
Expand Up @@ -4,7 +4,6 @@ DEPS = Makefile
# lib name, version
LIBNAME=fmt
VERSION=3.0.1
BASE_URL=https://github.com/fmtlib/fmt/archive
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz

Expand All @@ -23,7 +22,7 @@ else
TARBALLS_LOCATION = $(ROOT_DIR)
RETRIEVE_TOOL := curl
ARCHIVE_TOOL := tar --strip-components=1 -xf
CMAKE := cmake
CMAKE := cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX)
endif
endif

Expand Down

0 comments on commit 5211531

Please sign in to comment.