Added prefix to cmake VSX check warning

This commit is contained in:
Vadim Barkov 2017-02-10 07:38:28 +00:00
parent 483bcad21d
commit 6f6c396604

View File

@ -133,7 +133,7 @@ if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^powerpc*" OR
elseif(${PNG_POWERPC_VSX} STREQUAL "check")
add_definitions(-DPNG_POWERPC_VSX_CHECK_SUPPORTED)
message(WARNING
" Please check contrib/powerpc/README file for the list of supported OSes.")
"[PNG_POWERPC_VSX==check] Please check contrib/powerpc/README file for the list of supported OSes.")
endif()
else()
add_definitions(-DPNG_POWERPC_VSX_OPT=0)
@ -875,4 +875,3 @@ endif()
# to create msvc import lib for mingw compiled shared lib
# pexports libpng.dll > libpng.def
# lib /def:libpng.def /machine:x86