Missing cmake/Modules/GetDarwinLinkerVersion.cmake #47

Open
opened 2025-11-07 06:18:57 -06:00 by mgorny · 1 comment
mgorny commented 2025-11-07 06:18:57 -06:00 (Migrated from github.com)

When building on macOS, the CMake call fails because of missing files:

2025-11-07T03:39:53.9155440Z  │ │ CMake Error at $SRC_DIR/src/clang/CMakeLists.txt:323 (get_darwin_linker_version):
2025-11-07T03:39:53.9497850Z  │ │   Unknown CMake command "get_darwin_linker_version".

Looks like you need to start including the top-level cmake directory from LLVM.

When building on macOS, the CMake call fails because of missing files: ``` 2025-11-07T03:39:53.9155440Z │ │ CMake Error at $SRC_DIR/src/clang/CMakeLists.txt:323 (get_darwin_linker_version): 2025-11-07T03:39:53.9497850Z │ │ Unknown CMake command "get_darwin_linker_version". ``` Looks like you need to start including the top-level `cmake` directory from LLVM.
mgorny commented 2025-11-07 06:19:46 -06:00 (Migrated from github.com)

Sorry, what I mean is that the missing file is cmake/Modules/GetDarwinLinkerVersion.cmake.

Sorry, what I mean is that the missing file is `cmake/Modules/GetDarwinLinkerVersion.cmake`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
miles/apple-libtapi#47
No description provided.