We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502fe91 commit 1628903Copy full SHA for 1628903
1 file changed
external/CMakeLists.txt
@@ -10,6 +10,7 @@ FetchContent_Declare(
10
FetchContent_MakeAvailable(pybind11)
11
12
# libsamplerate
13
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
14
set(BUILD_TESTING OFF CACHE BOOL "Disable libsamplerate test build")
15
16
FetchContent_Declare(
0 commit comments