From 8e7a20fed1e47c6357cb526c036e283952b4b224 Mon Sep 17 00:00:00 2001 From: Scott Saad Date: Wed, 21 Aug 2024 15:08:45 -0600 Subject: [PATCH] Removed forcing shared lib build --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94b3d52e..bb721c6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,11 +39,6 @@ find_package(Threads REQUIRED) find_package(CURL REQUIRED) find_package(jsoncpp) -option(BUILD_SHARED_LIBS "Build shared library." YES) -if(COMPILE_TYPE STREQUAL "SHARED") - set(BUILD_SHARED_LIBS YES) -endif() - add_library(restclient-cpp source/restclient.cc source/connection.cc