mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[CMake] Fixing variable names that were mistyped
This is a silly bug that I'm sure I caused... llvm-svn: 287366
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user