]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libsigcpp / disable_tests_enable_static_build.patch
1 From 219b3f5a681731bcaeee9fee0f136e6eb6143d33 Mon Sep 17 00:00:00 2001
2 From: Bruk Tedla <biruk.tedla93@gmail.com>
3 Date: Thu, 17 Sep 2020 19:45:27 +0300
4 Subject: [PATCH] disable_tests_enable_static_build
5
6 ---
7 CMakeLists.txt | 4 ++--
8 sigc++/CMakeLists.txt | 2 +-
9 2 files changed, 3 insertions(+), 3 deletions(-)
10
11 diff --git a/CMakeLists.txt b/CMakeLists.txt
12 index 2e7f383..b2b8395 100644
13 --- a/CMakeLists.txt
14 +++ b/CMakeLists.txt
15 @@ -89,8 +89,8 @@ enable_testing()
16
17
18 add_subdirectory (sigc++)
19 -add_subdirectory (examples)
20 -add_subdirectory (tests)
21 +#add_subdirectory (examples)
22 +#add_subdirectory (tests)
23
24
25 set (PROJECT_CMAKE_NAME "${PROJECT_NAME}-3")
26 diff --git a/sigc++/CMakeLists.txt b/sigc++/CMakeLists.txt
27 index fa5a91a..86f1be7 100644
28 --- a/sigc++/CMakeLists.txt
29 +++ b/sigc++/CMakeLists.txt
30 @@ -23,7 +23,7 @@ set (SOURCE_FILES
31
32 set (SIGCPP_LIB_NAME sigc-${SIGCXX_API_VERSION})
33
34 -add_library(${SIGCPP_LIB_NAME} SHARED ${SOURCE_FILES})
35 +add_library(${SIGCPP_LIB_NAME} ${SOURCE_FILES})
36
37 set_property (TARGET ${SIGCPP_LIB_NAME} PROPERTY VERSION ${PACKAGE_VERSION})
38 set_property(TARGET ${SIGCPP_LIB_NAME} PROPERTY SOVERSION ${LIBSIGCPP_SOVERSION})
39 --
40 2.27.0.windows.1
41