Created attachment 196381 [details] Fix cmake config location net/cppzmq installs several CMake "config" files into the wrong location. CMake expects these files to be in ${LOCALBASE}/lib/cmake/${PROJECT_NAME}. Only "modules" should be installed into ${LOCALBASE}/share/cmake/Modules. As it is now, any project trying to find cppzmq with find_package will fail to do so. https://cmake.org/cmake/help/v3.12/command/find_package.html
A commit references this bug: Author: vd Date: Mon Aug 20 12:43:41 UTC 2018 New revision: 477649 URL: https://svnweb.freebsd.org/changeset/ports/477649 Log: net/cppzmq: Fix CMake config installation path PR: 230771 Submitted by: jhale@ Reported by: jhale@ Changes: head/net/cppzmq/Makefile
Committed, thanks!