From 946e392e5e0c2e22fdc8eed84ac4851d94e29a20 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 28 Apr 2021 23:21:30 -0500 Subject: [PATCH] [buildcore] Remove bintray conan repo --- base.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.mk b/base.mk index 71b3f24..7b45140 100644 --- a/base.mk +++ b/base.mk @@ -112,18 +112,18 @@ ifneq (${OS},windows) else ${VCPKG_DIR}/vcpkg install --triplet x64-windows ${VCPKG_PKGS} endif -endif # USE_VCPKG +else # USE_VCPKG .PHONY: setup-conan conan-config: - conan profile new nostalgia --detect --force + conan profile new nostalgia --detect --force ifeq ($(OS),linux) conan profile update settings.compiler.libcxx=libstdc++11 ${PROJECT_NAME} endif - conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan .PHONY: conan conan: @mkdir -p .conanbuild && cd .conanbuild && conan install ../ --build=missing -pr=${PROJECT_NAME} +endif # USE_VCPKG .PHONY: configure-xcode configure-xcode: