Currently, in order to use per source file overridable flags, we have to run a cmake script before the call to project. This has the limitation that it limits the use of ecbuild_options in the compiler flags cmake script. The current PR removes this limitation by adding a new ecbuild_override_compiler_flags macro that can be invoked after the call to project.
Currently, in order to use per source file overridable flags, we have to run a cmake script before the call to project. This has the limitation that it limits the use of ecbuild_options in the compiler flags cmake script. The current PR removes this limitation by adding a new
ecbuild_override_compiler_flags
macro that can be invoked after the call to project.