]> git.lizzy.rs Git - dragonfireclient.git/commit
Declare all bundled libs as static
authorsfan5 <sfan5@live.de>
Fri, 6 May 2022 12:42:56 +0000 (14:42 +0200)
committersfan5 <sfan5@live.de>
Fri, 6 May 2022 13:16:04 +0000 (15:16 +0200)
commit8735a85a3008df39b92b0a6781015011d8935a7b
treebae6f520f831c8ff1be1f6415983ea6904c0a259
parente108954633df9e4b2e235dd8e16b64f846a2d251
Declare all bundled libs as static

Otherwise it can happen that these are built as shared depending on the
options passed to CMake, which obviously isn't intended.
lib/bitop/CMakeLists.txt
lib/gmp/CMakeLists.txt
lib/jsoncpp/CMakeLists.txt