mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #653] [MERGED] Tell CMake to not check for a C++ compiler #1301
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/653
Author: @aperezdc
Created: 3/26/2018
Status: ✅ Merged
Merged: 3/26/2018
Merged by: @eustas
Base:
master← Head:no-cxx-check📝 Commits (1)
b1128c9Tell CMake to not check for a C++ compiler📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)📄 Description
By default CMake checks both for C and C++ compilers, while the latter is not needed. Setting the list of languages to just
Cin the call toproject()removes the unneeded check.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.