From: Chris Bieneman Date: Fri, 18 Nov 2016 19:20:39 +0000 (+0000) Subject: [CMake] Fixing variable names that were mistyped X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=859e2fb44c1cbb2e783d7952a073ff0caf3200b7;p=clang [CMake] Fixing variable names that were mistyped This is a silly bug that I'm sure I caused... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287366 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index f5fbff5d8e..b8db241507 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -74,7 +74,7 @@ if (APPLE) set(TOOL_INFO_UTI "${CLANG_VENDOR_UTI}") set(TOOL_INFO_VERSION "${CLANG_VERSION}") - set(TOOL_INFO_BUILD_VERSION "${LLVM_MAJOR_VERSION}.${LLVM_MINOR_VERSION}") + set(TOOL_INFO_BUILD_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}") set(TOOL_INFO_PLIST_OUT "${CMAKE_CURRENT_BINARY_DIR}/${TOOL_INFO_PLIST}") target_link_libraries(clang