[lldb] [cmake] Fix typo in unittest directory path
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 Nov 2022 19:38:56 +0000 (20:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 Nov 2022 19:40:37 +0000 (20:40 +0100)
commit2d2854c7d5f9c1723e7ecbe7e8b8f9a2a78941a9
treefca839da525a00d38bd873f5cef7f5ee80e2c9da
parent28e07984c3427908c9b423c7ed0cf6ac3064c5d8
[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)
lldb/cmake/modules/LLDBStandalone.cmake