aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 7f338d8..30168c1 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -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)