Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Removed self dependency with conan package.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Apr 3, 2018
1 parent 1b84a9e commit 011b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from conans import ConanFile

class Flow(ConanFile):
requires = "Flow/1.5@spiessensm/stable", "CppUTest/3.8@spiessensm/stable"
requires = "CppUTest/3.8@spiessensm/stable"

def imports(self):
self.copy("*.h")
Expand Down

0 comments on commit 011b80b

Please sign in to comment.