Replace the Deprecated `$<CONFIGURATION>` with `$<CONFIG>`
$<CONFIGURATION> is deprecated since CMake 3.0. I was going through our codebase and notice that eigen uses it as well, so I made a MR for it as well!
What does this implement/fix?
Replaces a deprecated cmake generator expression with its replacement, $<CONFIG>.