Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
migrate requirements to CCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Sep 26, 2019
1 parent 1f825d4 commit 9e76481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def source(self):

def requirements(self):
if self.options.with_bzip2:
self.requires.add("bzip2/1.0.8@conan/stable")
self.requires.add("bzip2/1.0.8")
if self.options.with_zlib:
self.requires.add("zlib/1.2.11@conan/stable")
self.requires.add("zlib/1.2.11")

def _configure_cmake(self):
cmake = CMake(self)
Expand Down

0 comments on commit 9e76481

Please sign in to comment.