Skip to content

Commit

Permalink
Restore dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Aug 2, 2024
1 parent c765fd2 commit dadb412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/pypowsybl-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pybind11_add_module(_pypowsybl pylogging.cpp bindings.cpp)

if (TARGET native-image)
add_dependencies(_pypowsybl native-image math-native)
add_dependencies(math-native native-image)
endif()

# Fix related to issue describred here https://github.com/actions/runner-images/issues/10004#issuecomment-2156109231
Expand Down

0 comments on commit dadb412

Please sign in to comment.