From 71cbef1629b2c407ad005f721e1f8d1c4922f543 Mon Sep 17 00:00:00 2001 From: Oren Ben Simhon Date: Wed, 21 Dec 2016 09:04:08 +0000 Subject: Reverting last change. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@290245 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f50b2fc..3d60633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing") -#add_subdirectory(runtime) +add_subdirectory(runtime) -- cgit v1.2.3