]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 15 Mar 2024 14:36:35 +0000 (16:36 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 15 Mar 2024 16:04:10 +0000 (18:04 +0200)
commitc273123ed0ebaebf49994057a7fe98aae7f42c40
tree780b117f95bd0ca34fc76d0172bd228e28f99de2
parentdf7f487648d18a3992386a59b8a061edca862d17
CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler.

It doesn't support the __symver__ attribute or __asm__(".symver ...").
The generic symbol versioning can still be used since it only needs
linker support.
CMakeLists.txt