diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-14 19:54:56 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-14 19:54:56 +0000 |
commit | 38b54cb67bb0f9eeb7e9c33627f7d33c2f7ae2da (patch) | |
tree | f84ca217e6a6dff4a2b30728d8d322e0e703586e | |
parent | a462b4c9acd157fe2e29e739faa899024089c4bb (diff) | |
download | bcm5719-llvm-38b54cb67bb0f9eeb7e9c33627f7d33c2f7ae2da.tar.gz bcm5719-llvm-38b54cb67bb0f9eeb7e9c33627f7d33c2f7ae2da.zip |
Testing commit privilege
Added comment to CMakeLists.txt about library install directory suffix option.
llvm-svn: 237384
-rw-r--r-- | openmp/runtime/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt index b313478b1fc..0d402aacaa3 100644 --- a/openmp/runtime/CMakeLists.txt +++ b/openmp/runtime/CMakeLists.txt @@ -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() |