Skip to content

Commit

Permalink
install git hooks in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 13, 2023
1 parent 650172d commit b391b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ if(GINKGO_DEVEL_TOOLS)
endif()

execute_process(COMMAND "${PRE_COMMIT}" "install"
WORKING_DIRECTORY ${Ginkgo_SOURCE_DIR}
RESULT_VARIABLE pre-commit-result
OUTPUT_VARIABLE pre-commit-output
ERROR_VARIABLE pre-commit-error)
Expand Down

0 comments on commit b391b77

Please sign in to comment.