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:
parent
c590198969
commit
912b9c2821
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user