Skip to content

Commit

Permalink
Revert "CDRIVER-2132 CMake unnecessarily requires C++ compiler"
Browse files Browse the repository at this point in the history
We do compile one c++ file during CMake configuration

This reverts commit 10edbf3.
  • Loading branch information
bjori committed Apr 21, 2017
1 parent 13f5b2d commit 37fc6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)

project (libmongoc C)
project (libmongoc)

set (ENABLE_SSL AUTO CACHE STRING
"Enable TLS connections and SCRAM-SHA-1 authentication.\ Options are
Expand Down

0 comments on commit 37fc6c2

Please sign in to comment.