diff --git a/cmake/macros.cmake b/cmake/macros.cmake index 3885abaea2..3ee413c52f 100644 --- a/cmake/macros.cmake +++ b/cmake/macros.cmake @@ -362,9 +362,6 @@ function(SDL_PrintSummary) message(STATUS "") message(STATUS " Build Shared Library: ${SDL_SHARED}") message(STATUS " Build Static Library: ${SDL_STATIC}") - if(SDL_STATIC) - message(STATUS " Build Static Library with Position Independent Code: ${SDL_STATIC_PIC}") - endif() if(APPLE) message(STATUS " Build libraries as Apple Framework: ${SDL_FRAMEWORK}") endif()