Skip to content

Commit

Permalink
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent 5512e8d commit bd6f5eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ find_package(
NumPy
)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# Add submodule libdeflate
add_subdirectory(ext/libdeflate EXCLUDE_FROM_ALL)

Expand Down

0 comments on commit bd6f5eb

Please sign in to comment.