X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=e0404cf4b8bf19265b8513670eed7ed587ea5000;hb=8ad145d7299dbeb8b816ce0549d9323630bbae1a;hp=38a9f2b227b3e821b26828448f035da6c6e0325c;hpb=e88c724ff09b3d24bcb515b382ded9ee4e885ee5;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 38a9f2b227b..e0404cf4b8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,7 +228,7 @@ if( LLVM_INCLUDE_TOOLS ) endif() option(LLVM_BUILD_RUNTIME - "Build the LLVM runtime libraries. If OFF, just generate build targets." OFF) + "Build the LLVM runtime libraries. If OFF, just generate build targets." ON) option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM runtimes" ON) if( LLVM_INCLUDE_RUNTIME ) add_subdirectory(runtime)