Lines 1-6
Link Here
|
1 |
--- cmake/FDBComponents.cmake.orig 2022-09-19 11:42:41 UTC |
1 |
--- cmake/FDBComponents.cmake.orig 2023-03-14 19:59:33 UTC |
2 |
+++ cmake/FDBComponents.cmake |
2 |
+++ cmake/FDBComponents.cmake |
3 |
@@ -24,7 +24,7 @@ else() |
3 |
@@ -24,7 +24,7 @@ set(DISABLE_TLS OFF CACHE BOOL "Don't try to find Open |
4 |
if(DISABLE_TLS) |
4 |
if(DISABLE_TLS) |
5 |
set(WITH_TLS OFF) |
5 |
set(WITH_TLS OFF) |
6 |
else() |
6 |
else() |
Lines 9-15
Link Here
|
9 |
if(WIN32) |
9 |
if(WIN32) |
10 |
set(OPENSSL_MSVC_STATIC_RT ON) |
10 |
set(OPENSSL_MSVC_STATIC_RT ON) |
11 |
endif() |
11 |
endif() |
12 |
@@ -198,6 +198,13 @@ endif() |
12 |
@@ -201,6 +201,13 @@ else() |
13 |
endif() |
13 |
endif() |
14 |
|
14 |
|
15 |
################################################################################ |
15 |
################################################################################ |
Lines 23-29
Link Here
|
23 |
# Coroutine implementation |
23 |
# Coroutine implementation |
24 |
################################################################################ |
24 |
################################################################################ |
25 |
|
25 |
|
26 |
@@ -242,6 +249,8 @@ function(print_components) |
26 |
@@ -245,6 +252,8 @@ function(print_components) |
27 |
message(STATUS "Build Documentation (make html): ${WITH_DOCUMENTATION}") |
27 |
message(STATUS "Build Documentation (make html): ${WITH_DOCUMENTATION}") |
28 |
message(STATUS "Build Python sdist (make package): ${WITH_PYTHON_BINDING}") |
28 |
message(STATUS "Build Python sdist (make package): ${WITH_PYTHON_BINDING}") |
29 |
message(STATUS "Configure CTest (depends on Python): ${WITH_PYTHON}") |
29 |
message(STATUS "Configure CTest (depends on Python): ${WITH_PYTHON}") |