From ec3ac104af50e07f3430a35b3ffae0c340fcb78f Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 30 Mar 2017 10:14:54 +0100 Subject: [CMake] When supported pass `USES_TERMINAL` argument to `ExternalProject_Add_Step()` so that when using Ninja the output of the bitcode build system is shown immediately. --- runtime/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 1e680e5d..c980a27a 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -111,6 +111,7 @@ ExternalProject_Add_Step(BuildKLEERuntimes RuntimeBuild COMMAND ${ENV_BINARY} MAKEFLAGS="" ${MAKE_BINARY} -f Makefile.cmake.bitcode all ALWAYS ${EXTERNAL_PROJECT_BUILD_ALWAYS_ARG} WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" + ${EXTERNAL_PROJECT_ADD_STEP_USES_TERMINAL_ARG} ) # FIXME: Invoke `make clean` in the bitcode build system -- cgit v1.2.3