space separated EIGEN_TEST_CUSTOM_CXX_FLAGS
Convert spaces in EIGEN_TEST_CUSTOM_CXX_FLAGS
into ;
to make this a CMake List.
This is using the MODE
version of separate_arguments
because this respects escapes and quotes.
Interestingly, at this point I think EIGEN_TEST_CUSTOM_LINKER_FLAGS
does not need this processing. I think this is because we are using still using the legacy way of specifying target_link_dependencies
without PUBLIC
/PRIVATE
specifier.