Skip to content

Commit ea44a30

Browse files
committed
Fix CMake deprecation warnings in libsamplerate
1 parent aa086b0 commit ea44a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://stackoverflow.com/questions/51907755/building-a-pybind11-module-with-cpp-and-cuda-sources-using-cmake
22

33
cmake_minimum_required(VERSION 3.15)
4-
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
4+
set(CMAKE_POLICY_VERSION_MINIMUM 3.15)
55

66
project(python-samplerate)
77
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)