mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Added prefix to cmake VSX check warning
This commit is contained in:
parent
483bcad21d
commit
6f6c396604
@ -133,7 +133,7 @@ if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^powerpc*" OR
|
|||||||
elseif(${PNG_POWERPC_VSX} STREQUAL "check")
|
elseif(${PNG_POWERPC_VSX} STREQUAL "check")
|
||||||
add_definitions(-DPNG_POWERPC_VSX_CHECK_SUPPORTED)
|
add_definitions(-DPNG_POWERPC_VSX_CHECK_SUPPORTED)
|
||||||
message(WARNING
|
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()
|
endif()
|
||||||
else()
|
else()
|
||||||
add_definitions(-DPNG_POWERPC_VSX_OPT=0)
|
add_definitions(-DPNG_POWERPC_VSX_OPT=0)
|
||||||
@ -875,4 +875,3 @@ endif()
|
|||||||
# to create msvc import lib for mingw compiled shared lib
|
# to create msvc import lib for mingw compiled shared lib
|
||||||
# pexports libpng.dll > libpng.def
|
# pexports libpng.dll > libpng.def
|
||||||
# lib /def:libpng.def /machine:x86
|
# lib /def:libpng.def /machine:x86
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user