[Openmp-commits] [openmp] r230520 - Export the common header files to exports/ with CMake

Andrey Churbanov Andrey.Churbanov at intel.com
Wed Feb 25 10:32:30 PST 2015


Author: achurbanov
Date: Wed Feb 25 12:32:30 2015
New Revision: 230520

URL: http://llvm.org/viewvc/llvm-project?rev=230520&view=rev
Log:
Export the common header files to exports/ with CMake

Modified:
    openmp/trunk/runtime/CMakeLists.txt

Modified: openmp/trunk/runtime/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/CMakeLists.txt?rev=230520&r1=230519&r2=230520&view=diff
==============================================================================
--- openmp/trunk/runtime/CMakeLists.txt (original)
+++ openmp/trunk/runtime/CMakeLists.txt Wed Feb 25 12:32:30 2015
@@ -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})
 
 ##########################################





More information about the Openmp-commits mailing list