Skip to content

Conversation

@Smilyf
Copy link
Contributor

@Smilyf Smilyf commented Nov 1, 2025

Fixes #5521

This PR updates OpenBLASConfig.cmake.in to correctly use the @SUFFIX64@ placeholder for CMake targets and variables.

When OpenBLAS is built with SUFFIX64=64, this ensures the exported CMake target is OpenBLAS64::OpenBLAS (instead of OpenBLAS::OpenBLAS).

To support :

    target_link_libraries(${LIBRARY_NAME}Shared PUBLIC
        OpenBLAS64::OpenBLAS
    )

@martin-frbg
Copy link
Collaborator

thank you

@martin-frbg martin-frbg added this to the 0.3.31 milestone Nov 2, 2025
@martin-frbg martin-frbg merged commit 9c8626d into OpenMathLib:develop Nov 2, 2025
83 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

target_link_libraries not suport SUFFIX64

2 participants