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")