Skip to content

Commit dc8e863

Browse files
authored
Update CMakeLists.txt
Fix the unified build by using `LLVM_CMAKE_PATH` rather than `LLVM_CMAKE_DIR`. This matches the previous behaviour, and relies on the standalone build defining `LLVM_CMAKE_PATH` through `LLVM_CMAKE_DIR`.
1 parent 1e34af3 commit dc8e863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Version/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif()
44

55
# Configure the VCSVersion.inc file.
66
set(vcs_version_inc "${CMAKE_CURRENT_BINARY_DIR}/VCSVersion.inc")
7-
set(generate_vcs_version_script "${LLVM_CMAKE_DIR}/GenerateVersionFromVCS.cmake")
7+
set(generate_vcs_version_script "${LLVM_CMAKE_PATH}/GenerateVersionFromVCS.cmake")
88

99
find_first_existing_vc_file("${LLDB_SOURCE_DIR}" lldb_vc)
1010

0 commit comments

Comments
 (0)