Skip to content

Commit

Permalink
Conan - Cleanup + Separate Recipe File
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 3, 2024
1 parent e679346 commit f753485
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
4 changes: 2 additions & 2 deletions conanfile.py → conan/conanrecipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def validate(self):
check_min_cppstd(self, "20")

def requirements(self):
self.requires("boost/1.83.0")
self.test_requires("gtest/1.14.0")
self.requires("boost/1.83.0")
self.requires("jsoncpp/1.9.5")
self.requires("libcurl/8.4.0")
self.requires("libgettext/0.22")
Expand All @@ -41,7 +41,7 @@ def requirements(self):
def source(self):
git = Git(self)
git.clone(url="https://github.com/NickvisionApps/libaura.git", target=".")
git.checkout("68689f2d2566769f0d28db79ac189b2a0a8735d8")
git.checkout("2024.1.0")

def config_options(self):
if self.settings.os == "Windows":
Expand Down
8 changes: 0 additions & 8 deletions test_package/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions test_package/conanfile.py

This file was deleted.

10 changes: 0 additions & 10 deletions test_package/src/example.cpp

This file was deleted.

0 comments on commit f753485

Please sign in to comment.