-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
The following CMake line started failing.
add_library(simde INTERFACE IMPORTED GLOBAL)
CMake Error at vendor/fastpfor/cmake_modules/simde.cmake:9 (add_library):
add_library cannot create imported target "simde" because another target
with the same name already exists.
Call Stack (most recent call first):
vendor/fastpfor/CMakeLists.txt:47 (include)
Probably because simde now defines a library called simde. simd-everywhere/simde@4230ab6
Recommendations:
- Pin simde to a specific commit.
- Do not create simde library or do it with a unique name that does not conflict with simde.
Metadata
Metadata
Assignees
Labels
No labels