Skip to content

Commit

Permalink
fix: only disable versioned soname
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 17, 2024
1 parent f3302b5 commit a5d3a63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ option(VIENNALS_BUILD_TESTS "Build tests" OFF)
# https://github.com/ViennaTools/ViennaPS/blob/c76e371817a797dfe2800691f00cb93317b731fa/CMakeLists.txt#L30
# --------------------------------------------------------------------------------------------------------

set(CMAKE_PLATFORM_NO_VERSIONED_SONAME ${VIENNALS_BUILD_PYTHON})
if(VIENNALS_BUILD_PYTHON)
set(CMAKE_PLATFORM_NO_VERSIONED_SONAME ON)
endif()

# --------------------------------------------------------------------------------------------------------
# Configuration
Expand Down

0 comments on commit a5d3a63

Please sign in to comment.