ports/sysutils/pxp-agent/files/patch-cmake_FindCPPHOCON.cmake
Romain Tartière af41f55753 sysutils/pxp-agent: New port
This is the agent for the PCP Execution Protocol (PXP), based on the the Puppet
Communications Protocol (PCP). It enables the execution of actions on remote
nodes.

WWW: https://github.com/puppetlabs/pxp-agent

With hat:	puppet
2021-05-23 09:32:31 -10:00

9 lines
516 B
CMake

--- cmake/FindCPPHOCON.cmake.orig 2018-09-28 17:04:38 UTC
+++ 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 "liblibcpp-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")