summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-02-25 18:32:30 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-02-25 18:32:30 +0000
commit2638298646742b244f36d453b43c7967965e7728 (patch)
treeeab27f24f1df5ceaab3837760b66fe0115c6a9d1 /openmp
parent6d313413a8a9b2b4adb07ce7375c693f9c2d9da5 (diff)
downloadbcm5719-llvm-2638298646742b244f36d453b43c7967965e7728.tar.gz
bcm5719-llvm-2638298646742b244f36d453b43c7967965e7728.zip
Export the common header files to exports/ with CMake
llvm-svn: 230520
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt
index 5fc20e7a009..063ca8b9db3 100644
--- a/openmp/runtime/CMakeLists.txt
+++ b/openmp/runtime/CMakeLists.txt
@@ -536,7 +536,7 @@ endif()
#############################
# --- Create Common Files ---
-add_custom_target(common DEPENDS ${export_cmn_files})
+add_custom_target(common ALL DEPENDS ${export_cmn_files})
add_custom_target(clean-common COMMAND ${CMAKE_COMMAND} -E remove -f ${export_cmn_files})
##########################################
OpenPOWER on IntegriCloud