Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 14, 2024
1 parent 3f7a775 commit bb2856a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pybind11_add_module(
OPT_SIZE
# Source code goes here
bindings.cpp)
target_link_libraries(pyqcec PRIVATE MQT::QCEC pybind11_json
MQT::ProjectOptions MQT::ProjectWarnings)
target_link_libraries(pyqcec PRIVATE MQT::QCEC pybind11_json MQT::ProjectOptions
MQT::ProjectWarnings)

# Install directive for scikit-build-core
install(
Expand Down

0 comments on commit bb2856a

Please sign in to comment.