Skip to content

Commit ba57833

Browse files
committed
cmake-format: reflow MacroHelper comment for formatting CI
1 parent b6a1dcf commit ba57833

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/MacroHelper.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ endfunction()
256256
function(add_cpp_git_information target scope)
257257
find_program(GIT git)
258258
if(EXISTS "${PROJECT_SOURCE_DIR}/.git" AND GIT)
259-
# Shallow clones: tags may not be ancestors of HEAD, so describe fails and
260-
# GIT_DESCRIBE would stay empty (neuron.__version__ / nrnversion(5)). Fall
261-
# back to PROJECT_VERSION so release dry-run and ship wheels match.
259+
# Shallow clones: tags may not be ancestors of HEAD, so describe fails and GIT_DESCRIBE would
260+
# stay empty (neuron.__version__ / nrnversion(5)). Fall back to PROJECT_VERSION so release
261+
# dry-run and ship wheels match.
262262
execute_process(
263263
COMMAND "${GIT}" -C "${PROJECT_SOURCE_DIR}" describe
264264
OUTPUT_VARIABLE GIT_DESCRIBE

0 commit comments

Comments
 (0)