Closed Lectem closed 2 years ago
It looks like that if you provide BINARY/LIBRARY/ARCHIVE destinations, then CMake will ask for PUBLIC_HEADER while it wouldn't otherwise. This fixes the headers not being installed.
BINARY/LIBRARY/ARCHIVE
PUBLIC_HEADER
It looks like that if you provide
BINARY/LIBRARY/ARCHIVE
destinations, then CMake will ask forPUBLIC_HEADER
while it wouldn't otherwise. This fixes the headers not being installed.