Silo icon indicating copy to clipboard operation
Silo copied to clipboard

Add namespace to Silo's CMake exports.

Open biagas opened this issue 3 years ago • 0 comments

This would create import targets like SILO::silo for the library. Would need to add 'NAMESPACE` arg to:

install(EXPORT ${silo_targets_name} DESTINATION cmake)

making it:

install(EXPORT ${silo_targets_name} NAMESPACE SILO:: DESTINATION cmake)

biagas avatar Jan 28 '22 19:01 biagas