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