Commit 515fc623 authored by Adrian Perez's avatar Adrian Perez Committed by Eugene Kliuchnikov
Browse files

Tell CMake to not check for a C++ compiler (#653)

By default CMake checks both for C and C++ compilers, while the latter
is not needed. Setting the list of languages to just "C" in the call to
project() removes the unneeded check.
parent 2c034825
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment