Browse Source
This is a better approach than checking command line options --check-cxx-compiler and --check-c-compiler. Those values expect a list of compilers to try instead of the compiler to use. The benefits of this approach are: - Allowing correct use of options --check-cxx-compiler and --check-c-compiler. - Allowing user to pass CXX and CC environment variables, which is a common way of selecting the compiler. - Configuration is done *and committed* only for the specific compiler.master
1 changed files with 30 additions and 9 deletions
Loading…
Reference in new issue