Fix formatting (#35)
* Run pre-commit * Skip line-length check in cmake-lint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user