CMake build system: Always use the system libexpat on Linux.
This commit is contained in:
parent
c0f099c2cf
commit
94483202ec
@ -186,7 +186,8 @@ endif ()
|
|||||||
include_directories(${EIGEN3_INCLUDE_DIR})
|
include_directories(${EIGEN3_INCLUDE_DIR})
|
||||||
|
|
||||||
# Find expat or use bundled version
|
# Find expat or use bundled version
|
||||||
if (NOT SLIC3R_STATIC)
|
# Always use the system libexpat on Linux.
|
||||||
|
if (NOT SLIC3R_STATIC OR CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
find_package(EXPAT)
|
find_package(EXPAT)
|
||||||
endif ()
|
endif ()
|
||||||
if (NOT EXPAT_FOUND)
|
if (NOT EXPAT_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user