1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.

llvm-svn: 190502
This commit is contained in:
NAKAMURA Takumi 2013-09-11 09:42:03 +00:00
parent c590198969
commit 912b9c2821

View File

@ -313,7 +313,7 @@ if (LIBXML2_FOUND)
message(STATUS "Adding LZMA as a dep to XML2 for cross-compilation, make sure liblzma.a is available.")
set(LIBXML2_LIBRARIES ${LIBXML2_LIBRARIES} "-llzma")
endif ()
endif ( CMAKE_CROSSCOMPILING )
endif ()
endif ()
include(CheckCXXCompilerFlag)