[Openmp-commits] [openmp] r237384 - Testing commit privilege

Jonathan Peyton jonathan.l.peyton at intel.com
Thu May 14 12:54:56 PDT 2015


Author: jlpeyton
Date: Thu May 14 14:54:56 2015
New Revision: 237384

URL: http://llvm.org/viewvc/llvm-project?rev=237384&view=rev
Log:
Testing commit privilege

Added comment to CMakeLists.txt about library install directory suffix option.

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=237384&r1=237383&r2=237384&view=diff
==============================================================================
--- openmp/trunk/runtime/CMakeLists.txt (original)
+++ openmp/trunk/runtime/CMakeLists.txt Thu May 14 14:54:56 2015
@@ -136,6 +136,8 @@ else()
     check_variable(cmake_build_type_lowercase  "${build_type_possible_values}")
 endif()
 
+# Allow user to choose a suffix for the installation directory, or if part of
+# LLVM build then just use LLVM_LIBDIR_SUFFIX
 if(${LIBIOMP_STANDALONE_BUILD})
     set(LIBIOMP_LIBDIR_SUFFIX "" CACHE STRING "suffix of lib installation directory e.g., 64 => lib64")
 else()





More information about the Openmp-commits mailing list