Skip to content

install,export: Fix export of a genex following $<INSTALL_PREFIX>

Brad King requested to merge brad.king/cmake:export-genex-under-prefix into master

The relative path check added by commit 5838aba1 was added one condition too early. If the value starts in ${_IMPORT_PREFIX} (which comes from $<INSTALL_PREFIX>) then it is an absolute path.

Fixes: #19791 (closed)

Edited by Brad King

Merge request reports