mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-09-19 12:51:45 +00:00
(#21584) libsigcpp: bump pkgconf
This commit is contained in:
@@ -7,7 +7,7 @@ class TestPackageConan(ConanFile):
|
||||
generators = "cmake", "pkg_config"
|
||||
|
||||
def build_requirements(self):
|
||||
self.build_requires("pkgconf/1.9.3")
|
||||
self.build_requires("pkgconf/2.0.3")
|
||||
|
||||
def build(self):
|
||||
cmake = CMake(self)
|
||||
|
Reference in New Issue
Block a user