Skip to content

Commit

Permalink
No scm needed
Browse files Browse the repository at this point in the history
  • Loading branch information
arsdever committed Sep 23, 2020
1 parent d7028cb commit 740b43c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Sockpp(ConanFile):
license = "BSD-3-Clause License"
author = "fpagliughi"
settings = "os", "compiler", "build_type", "arch"
exports = "CMakeLists.txt", "src/*", "include/*", "doc/*", "tests/*", "examples/*", "Doxyfile", "version.h.in"
options = {
"shared" : [True, False, None],
"examples" : [True, False, None],
Expand All @@ -21,12 +22,6 @@ class Sockpp(ConanFile):
"tests" : None,
"docs" : None
}
scm = {
"type": "git",
"url": "https://github.com/fpagliughi/sockpp.git",
# TODO: Not sure if should be master, specific tag or develop
"revision": "develop"
}

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

0 comments on commit 740b43c

Please sign in to comment.