Skip to content

Commit

Permalink
Merge pull request #4 from uilianries/feature/conan
Browse files Browse the repository at this point in the history
#3 Remove settings from Conan recipe
  • Loading branch information
d-frey authored Jun 29, 2018
2 parents 94d78c5 + 52fe925 commit 60477ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class SequencesConan(ConanFile):
url = homepage
license = "MIT"
author = "taocpp@icemx.net"
settings = "compiler", "arch"
exports = "LICENSE"
exports_sources = "include/*", "CMakeLists.txt"
no_copy_source = True
Expand Down

0 comments on commit 60477ba

Please sign in to comment.