mdbx: remove UTF8-BOM (preparation for 'make dist').

Change-Id: I2d0ccc9f7bbed6d57b2fe6ef156f33531a4eeb69
This commit is contained in:
Leonid Yuriev
2019-09-09 13:40:24 +03:00
parent be72cd81dc
commit e7095e9ada
37 changed files with 41 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_17 HAS_CXX17)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_17 HAS_CXX17)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_14 HAS_CXX14)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_relaxed_constexpr HAS_RELAXED_CONSTEXPR)
if(NOT DEFINED MDBX_CXX_STANDARD)