소스 검색

remove status message for SDL_STATIC_PIC
PIC is controlled through CMAKE_POSITION_INDEPENDENT_CODE and not by an SDL option

Jan200101 6 달 전
부모
커밋
f5eea7efa2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      cmake/macros.cmake

+ 0 - 3
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()