Skip to content

Instantly share code, notes, and snippets.

@AmatarYI
Created July 17, 2020 10:49
Show Gist options
  • Save AmatarYI/9c4475582ffb4b72b602a9ce893072e6 to your computer and use it in GitHub Desktop.
Save AmatarYI/9c4475582ffb4b72b602a9ce893072e6 to your computer and use it in GitHub Desktop.
KDevelop compiler change configuring CMake settings
cmake -D CMAKE_C_COMPILER="/usr/bin/gcc" -D CMAKE_CXX_COMPILER="/usr/bin/g++"
//in this scope I chose gcc compiler for C-files ang g++ for C++-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment