Skip to content

Commit

Permalink
Use static zlib on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Fediuchin committed Oct 17, 2024
1 parent f7fbdca commit 7210714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/package-managers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set(ZLIB_USE_STATIC_LIBS ON CACHE BOOL "" FORCE)
set(OPENSSL_USE_STATIC_LIBS ON CACHE BOOL "" FORCE)

if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
Expand Down

0 comments on commit 7210714

Please sign in to comment.