1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/testing/bigbang/cmakelists.patch
2021-01-09 11:53:03 +00:00

39 lines
1.2 KiB
Diff
Executable file

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,21 +94,21 @@
endif()
# packages
-if(UNIX AND NOT CYGWIN)
- set(Boost_USE_STATIC_LIBS ON)
- set(OPENSSL_USE_STATIC_LIBS ON)
- set(sodium_USE_STATIC_LIBS ON)
- set(Boost_USE_MULTITHREADED ON)
- set(Protobuf_USE_STATIC_LIBS ON)
- set(Readline_USE_STATIC_LIBS ON)
-else()
- set(Boost_USE_STATIC_LIBS OFF)
- set(OPENSSL_USE_STATIC_LIBS OFF)
- set(sodium_USE_STATIC_LIBS OFF)
- set(Boost_USE_MULTITHREADED OFF)
- set(Protobuf_USE_STATIC_LIBS OFF)
- set(Readline_USE_STATIC_LIBS OFF)
-endif()
+# if(UNIX AND NOT CYGWIN)
+# set(Boost_USE_STATIC_LIBS ON)
+# set(OPENSSL_USE_STATIC_LIBS ON)
+# set(sodium_USE_STATIC_LIBS ON)
+# set(Boost_USE_MULTITHREADED ON)
+# set(Protobuf_USE_STATIC_LIBS ON)
+# set(Readline_USE_STATIC_LIBS ON)
+# else()
+# set(Boost_USE_STATIC_LIBS OFF)
+# set(OPENSSL_USE_STATIC_LIBS OFF)
+# set(sodium_USE_STATIC_LIBS OFF)
+# set(Boost_USE_MULTITHREADED OFF)
+# set(Protobuf_USE_STATIC_LIBS OFF)
+# set(Readline_USE_STATIC_LIBS OFF)
+# endif()
set(Boost_NO_BOOST_CMAKE ON)
set(Boost_USE_MULTITHREADED ON)