Hi,
I have added support for find_package(primesieve) to my primesieve library
and I have exported 2 targets in my main CMakeLists.txt:
primesieve::libprimesieve (shared library)
primesieve::libprimesieve-static
It works fine if both the static and shared primesieve libraries have
previously
bee
I am proud to announce the first CMake 3.11 release candidate.
https://cmake.org/download/
Documentation is available at:
https://cmake.org/cmake/help/v3.11
Release notes appear below and are also published at
https://cmake.org/cmake/help/v3.11/release/3.11.html
Some of the more significan
It would be really nice though if CMake would support library aliases for
import targets, then I could achieve the same using much nicer code.
3.11 will include support for aliasing import targets, as long as the
import target was marked with GLOBAL visibility.
On Wed, Feb 14, 2018 at 3:47 PM, Ki