I'm trying to use target_compile_feature in my biicode block. As far as I know, this is currently the best way to ask cmake for a specific c++ standard version, since it will know what (if any) flags to add to the compilation, and fail with an error if the compiler being used does not support the features we requested. in my