diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 15:56:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 15:56:00 +0000 |
commit | 6312f90f493c177c2efb0190716c8557cb5efe43 (patch) | |
tree | eb15be068afffde0b08ea18b969c8862ada38947 /shared_cpp_hcon.patch | |
parent | 019d4d2113ca95f70308b0315d8f41497c077192 (diff) |
automatic import of facter
Diffstat (limited to 'shared_cpp_hcon.patch')
-rw-r--r-- | shared_cpp_hcon.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shared_cpp_hcon.patch b/shared_cpp_hcon.patch new file mode 100644 index 0000000..29b31fe --- /dev/null +++ b/shared_cpp_hcon.patch @@ -0,0 +1,11 @@ +diff --git a/cmake/FindCPPHOCON.cmake b/cmake/FindCPPHOCON.cmake +index 00ba8bd..0df0a51 100644 +--- a/cmake/FindCPPHOCON.cmake ++++ b/cmake/FindCPPHOCON.cmake +@@ -1,5 +1,5 @@ + include(FindDependency) +-find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "libcpp-hocon.a") ++find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "libcpp-hocon.so") + + include(FeatureSummary) + set_package_properties(CPPHOCON PROPERTIES DESCRIPTION "A C++ parser for the HOCON configuration language" URL "https://github.com/puppetlabs/cpp-hocon") |