[all-commits] [llvm/llvm-project] 2d2854: [lldb] [cmake] Fix typo in unittest directory path
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Nov 11 11:40:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d2854c7d5f9c1723e7ecbe7e8b8f9a2a78941a9
https://github.com/llvm/llvm-project/commit/2d2854c7d5f9c1723e7ecbe7e8b8f9a2a78941a9
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M lldb/cmake/modules/LLDBStandalone.cmake
Log Message:
-----------
[lldb] [cmake] Fix typo in unittest directory path
Fix a typo in a11cd0d94ed3cabf0998a0289aead05da94c86eb that resulted
in additional "}" in unittest directory path, e.g.:
CMake Error at cmake/modules/LLDBStandalone.cmake:104 (add_subdirectory):
add_subdirectory given source
"/var/tmp/portage/dev-util/lldb-16.0.0_pre20221111/work/lldb/../third-party}/utils/unittest"
which is not an existing directory.
Call Stack (most recent call first):
CMakeLists.txt:29 (include)
More information about the All-commits
mailing list