diff --git a/appveyor.yml b/appveyor.yml index aa73377a..fc63ffd1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,7 +58,7 @@ before_build: - cmd: cd envs - cmd: python -m virtualenv conan - cmd: conan/Scripts/activate - - cmd: python -m pip install conan==1.11.2 + - cmd: python -m pip install conan==1.11.2 # TODO: Update to latest version (needs python 3) - cmd: cd .. - cmd: conan --version - cmd: conan remote add conan-bincrafters https://api.bintray.com/conan/bincrafters/public-conan diff --git a/ci/install.sh b/ci/install.sh index 9528c779..ad67a3b0 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -22,7 +22,7 @@ else fi python --version -pip install conan==1.11.2 +pip install conan==1.17.0 pip install codecov conan --version conan config set storage.path=~/conanData diff --git a/conanfile.py b/conanfile.py index bf67befd..f26c58a9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -17,7 +17,7 @@ class Exiv2Conan(ConanFile): ) def configure(self): - self.options['libcurl'].shared = True + self.options['libcurl'].shared = False self.options['libcurl'].with_openssl = True self.options['gtest'].shared = True @@ -34,7 +34,7 @@ class Exiv2Conan(ConanFile): self.requires('gtest/1.8.1@bincrafters/stable') if self.options.webready and not os_info.is_macos: - self.requires('libcurl/7.61.1@bincrafters/stable') + self.requires('libcurl/7.64.1@bincrafters/stable') if self.options.xmp: self.requires('XmpSdk/2016.7@piponazo/stable') # from conan-piponazo