From bc011e3010e79facf60ba3bfd844cf6a619d6db4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:27:25 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 004f2b8786..985489c347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() @@ -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 )