From 38b54cb67bb0f9eeb7e9c33627f7d33c2f7ae2da Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Thu, 14 May 2015 19:54:56 +0000 Subject: [PATCH] Testing commit privilege Added comment to CMakeLists.txt about library install directory suffix option. llvm-svn: 237384 --- openmp/runtime/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt index b313478..0d402aa 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() -- 2.7.4