Date: Mon, 20 Aug 2018 11:39:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230771] net/cppzmq: Fix CMake config installation path Message-ID: <bug-230771-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230771 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@FreeBSD.org Reporter: jhale@FreeBSD.org Flags: maintainer-feedback?(vd@FreeBSD.org) Assignee: vd@FreeBSD.org Created attachment 196381 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196381&action= =3Dedit Fix cmake config location net/cppzmq installs several CMake "config" files into the wrong location. C= Make 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230771-7788>