diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index a526337e2fd0..d29aa2aea8bb 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -12,7 +12,7 @@ foreach (dir ${known_subdirs}) endif() endforeach() -set(ENABLE_CLANG_UPC_RUNTIME TRUE CACHE BOOL "enable UPC runtime library") +set(ENABLE_CLANG_UPC_RUNTIME FALSE CACHE BOOL "enable UPC runtime library") if (ENABLE_CLANG_UPC_RUNTIME) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libupc) endif()