Skip to content
Snippets Groups Projects
Commit 0b7a2d28 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

SuperBuild: pipe build logs to file (libsvm)

parent 90be4b29
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ ExternalProject_Add(LIBSVM
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/patches/LIBSVM/CMakeLists.txt
${LIBSVM_SB_SRC}
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
set(_SB_LIBSVM_INCLUDE_DIR ${SB_INSTALL_PREFIX}/include)
......
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