diff options
| -rw-r--r-- | openmp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/CMakeLists.txt b/openmp/CMakeLists.txt index f50b2fc54e8..3d60633b33b 100644 --- a/openmp/CMakeLists.txt +++ b/openmp/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) |

