Skip to content

Instantly share code, notes, and snippets.

View Priiam's full-sized avatar

Priam Sampaio Priiam

View GitHub Profile
@Priiam
Priiam / cxx_std_17
Created December 12, 2024 12:28 — forked from alastorid/cxx_std_17
cmake cxx_std_17 is not known to CXX compiler but scl enabled devtoolset-X
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`