On Sun, Jun 17, 2018 at 11:15 AM, Daniel Wyatt
wrote:
> Is there a way to determine this directory?
>
> Right now I have something like:
> ${CMAKE_INSTALL_LIBDIR}/cmake//something-version.cmake
>
> On CentOS 7 w/cmake3, however, this should be /usr/lib/cmake3/...
>
> Obviously I can just check to
Is there a way to determine this directory?
Right now I have something like:
${CMAKE_INSTALL_LIBDIR}/cmake//something-version.cmake
On CentOS 7 w/cmake3, however, this should be /usr/lib/cmake3/...
Obviously I can just check to see if this directory exists and then fall
back,
but I'm wondering i