diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ee933ce4..2f874982 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -84,7 +84,7 @@ if (YAZE_BUILD_EXTENSIONS) endif() if (YAZE_BUILD_PYTHON) - include(py/CMakeLists.txt) + include(py/yaze_py.cmake) endif() if (UNIX) diff --git a/src/py/CMakeLists.txt b/src/py/yaze_py.cmake similarity index 100% rename from src/py/CMakeLists.txt rename to src/py/yaze_py.cmake