Skip to content

add_library(simde) fails #140

Description

@louwers

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:

  1. Pin simde to a specific commit.
  2. Do not create simde library or do it with a unique name that does not conflict with simde.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions