瀏覽代碼

Quick fix to suppress confusing output msgs from SDL's CMakeLists.txt.
[ci skip]

Yao Wei Tjong 姚伟忠 9 年之前
父節點
當前提交
e28e6e5c85
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Source/ThirdParty/SDL/CMakeLists.txt

+ 0 - 3
Source/ThirdParty/SDL/CMakeLists.txt

@@ -1375,9 +1375,6 @@ message(STATUS " EXTRA_CFLAGS:  ${EXTRA_CFLAGS}")
 message(STATUS " EXTRA_LDFLAGS: ${EXTRA_LDFLAGS}")
 message(STATUS " EXTRA_LIBS:    ${EXTRA_LIBS}")
 message(STATUS "")
-message(STATUS " Build Shared Library: ${SDL_SHARED}")
-message(STATUS " Build Static Library: ${SDL_STATIC}")
-message(STATUS "")
 # Urho3D - commented out messages informing user to set the CFLAGS and LDFLAGS environment variables to workaround detection problems, our modified version does not support that
 endif (NOT SDL_INFO_ECHOED_STATUS)