Run pre-commit

This commit is contained in:
Bram Veenboer
2025-10-09 12:02:05 +02:00
parent bfe752433f
commit 60182d8959

View File

@@ -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)