[Bug 230771] net/cppzmq: Fix CMake config installation path
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 20 11:39:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230771
Bug ID: 230771
Summary: net/cppzmq: Fix CMake config installation path
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: vd at FreeBSD.org
Reporter: jhale at FreeBSD.org
Flags: maintainer-feedback?(vd at FreeBSD.org)
Assignee: vd at FreeBSD.org
Created attachment 196381
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196381&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list