X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=CMakeLists.txt;h=85176fa2058103abe7ddc744849ef50b8d559a38;hp=7aefb2d8f99008e86d58ac34d5d5f0630573ec61;hb=d51dd69e7929840bcefc50012040c246178e81a8;hpb=730fa9973c689fbe40ba8aca7ae5a04c681a949f diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aefb2d8f99..85176fa2058 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -309,7 +309,7 @@ endif() # Define the default arguments to use with 'lit', and an option for the user to # override. set(LIT_ARGS_DEFAULT "-sv") -if (MSVC OR XCODE) +if (MSVC_IDE OR XCODE) set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar") endif() set(LLVM_LIT_ARGS "${LIT_ARGS_DEFAULT}" CACHE STRING "Default options for lit")