Silo
Silo copied to clipboard
Add namespace to Silo's CMake exports.
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)