Having the following in the `CMakeLists.txt`: ``` target_compile_features(target PUBLIC cxx_std_17) ``` fails due to the following error: ``` target_compile_features no known features for CXX compiler "GNU" version 12.2.0. ```