Skip to content
Snippets Groups Projects
Commit 15097cf3 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: Build expat as a part of default build

parent 9d4b5e52
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,16 @@ SET(KWSYS_USE_Process 1)
SET(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
SUBDIRS(Source/kwsys)
#-----------------------------------------------------------------------------
# Build Curl library for CTest.
SET(CMAKE_BUILD_WITH_CURL 1)
SUBDIRS(Source/CTest/Curl)
#-----------------------------------------------------------------------------
# Build expat library for CMake and CTest.
INCLUDE_DIRECTORIES(${CMake_BINARY_DIR}/Utilities)
SUBDIRS(Utilities/cmexpat)
IF (UNIX)
INCLUDE (${CMake_SOURCE_DIR}/Modules/FindCurses.cmake OPTIONAL)
IF (CURSES_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment