]> 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>
Tue, 21 May 2024 21:12:07 +0000 (00:12 +0300)
commit08754772e801218e5e06dc06e51c9e712ddf3e49
tree6cd58e074d1cc2b0078326d38e467f4ba3940bf0
parent9579efdbfd1499b41e17c00811bab9416165e19f
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.

(cherry picked from commit c273123ed0ebaebf49994057a7fe98aae7f42c40)
CMakeLists.txt