diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 95c1564..4c06840 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10) set(CMAKE_POSITION_INDEPENDENT_CODE ON) SET(PYTHONLIB "po" CACHE STRING "Location of the python site-package directory")