File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8 )
1
+ cmake_minimum_required (VERSION 3.1 )
2
2
3
3
project (libmongoc C )
4
4
@@ -19,6 +19,10 @@ option(ENABLE_AUTOMATIC_INIT_AND_CLEANUP "Enable automatic init and cleanup (GCC
19
19
option (ENABLE_CRYPTO_SYSTEM_PROFILE "Use system crypto profile (OpenSSL only)" OFF )
20
20
option (ENABLE_TRACING "Turn on verbose debug output" OFF )
21
21
22
+ if (NOT WIN32 )
23
+ message (WARNING "CMake support is experimental and may not produce production quality artifacts" )
24
+ endif ()
25
+
22
26
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR} /build/cmake )
23
27
24
28
include (InstallRequiredSystemLibraries )
Original file line number Diff line number Diff line change 1
1
Next Release
2
2
============
3
3
4
+ * Minimum required CMake version has been increased to 3.1.
5
+ * CMake remains experimental on non-Windows platforms and issues a warning now
4
6
* Experimental support for wire compression.
5
7
* Support for snappy and zlib. MongoDB 3.4 only supports snappy, while zlib
6
8
support is expected in MongoDB 3.6. Wire compression is still experimental
You can’t perform that action at this time.
0 commit comments