This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target_compile_features The compiler feature "cxx_std_17" is not known to | |
CXX compiler | |
"GNU" | |
version 4.8.5. | |
solution: | |
scl enable devtoolset-7 bash | |
cmake .. -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` |