Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 12f30fb commit bc011e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ else()
set_target_properties(Zoltan
PROPERTIES IMPORTED_LOCATION ${BINARY_DIR}/src/libzoltan.a
)

set(ZOLTAN_INCLUDE_DIR ${BINARY_DIR}/src)
endif()

Expand Down Expand Up @@ -474,7 +474,7 @@ set_target_properties(fluidity_binary PROPERTIES OUTPUT_NAME fluidity)
target_link_libraries(fluidity_binary fluidity)

# Install Python packages included in Fluidity's repository
add_custom_target(install_python_packages
add_custom_target(install_python_packages
COMMAND ${CMAKE_MAKE_PROGRAM} fluidity_python spud_diamond spud_dxdiff spud_python
VERBATIM
)
Expand Down

0 comments on commit bc011e3

Please sign in to comment.