Skip to content

Commit

Permalink
use openssl 3 and mysql 8 (#15)
Browse files Browse the repository at this point in the history
* try to upgrade openssl

* update cds dep

* more openssl updates

* support mysql 8

* fix gcc build

* more database fixes

* mysql 8

* more mysql 8 fixes
  • Loading branch information
jasongdove authored Sep 22, 2024
1 parent c21403b commit 56d191d
Show file tree
Hide file tree
Showing 545 changed files with 6,623 additions and 294,696 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# We require CMake >= 3.9
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.11)

# add this options before PROJECT keyword
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
Expand Down
14 changes: 1 addition & 13 deletions cmake/macros/ConfigureBaseTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,7 @@ add_library(trinity-feature-interface INTERFACE)

target_compile_features(trinity-feature-interface
INTERFACE
cxx_alias_templates
cxx_auto_type
cxx_constexpr
cxx_decltype
cxx_decltype_auto
cxx_final
cxx_lambdas
cxx_generic_lambdas
cxx_variadic_templates
cxx_defaulted_functions
cxx_nullptr
cxx_trailing_return_types
cxx_return_type_deduction)
cxx_std_20)

# An interface library to make the warnings level available to other targets
# This interface taget is set-up through the platform specific script
Expand Down
Loading

0 comments on commit 56d191d

Please sign in to comment.