summaryrefslogtreecommitdiffstats
path: root/openmp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/CMakeLists.txt')
-rw-r--r--openmp/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/openmp/CMakeLists.txt b/openmp/CMakeLists.txt
index 7011187b93c..3d60633b33b 100644
--- a/openmp/CMakeLists.txt
+++ b/openmp/CMakeLists.txt
@@ -1,2 +1,5 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+
+set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing")
+
add_subdirectory(runtime)
OpenPOWER on IntegriCloud