Skip to content

Commit

Permalink
Cleanup recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 12, 2023
1 parent ed080a8 commit a026480
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conanfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from conan import ConanFile
from conan.tools.cmake import CMake
from conan.tools.files import collect_libs, copy, replace_in_file
from conan.tools.files import collect_libs, copy
from conan.tools.scm import Git


Expand All @@ -18,11 +18,7 @@ class RestclientcppConan(ConanFile):
default_options = {"shared": False}
generators = ["CMakeDeps", "CMakeToolchain"]
exports = ["LICENSE"]
requires = (
"libcurl/8.4.0",
"jsoncpp/1.9.4"
)

requires = ("libcurl/8.4.0", "jsoncpp/1.9.4")

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

0 comments on commit a026480

Please sign in to comment.