From 60182d895917c9688163ff8a2ab6fe9401de54d5 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Thu, 9 Oct 2025 12:02:05 +0200 Subject: [PATCH] Run pre-commit --- python/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 77968ec..eae94de 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -9,9 +9,7 @@ if(NOT pybind11_FOUND) endif() # Needed to set ${Python_VERSION_MAJOR} and ${Python_VERSION_MINOR} -find_package( - Python REQUIRED -) +find_package(Python REQUIRED) pybind11_add_module(pytrigdx bindings.cpp) target_link_libraries(pytrigdx PRIVATE trigdx)