We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e1b21 commit 09779c5Copy full SHA for 09779c5
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