From ae08ff72eacfa2056750cce18c010b080dbd8a5f Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 6 Nov 2020 14:34:35 +0300 Subject: [PATCH] static lib --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7bcfe58..127e3f78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,11 +121,6 @@ macro(pip_find_lib NAME) endif() endmacro() -if (DEFINED ENV{QNX_HOST} OR PIP_FREERTOS) - set(STATIC_LIB ON) -endif() - - # Version list(APPEND HDRS "${CMAKE_CURRENT_BINARY_DIR}/pip_version.h")