Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Markos Fountoulakis <44345837+mfundul@users.noreply.github.com>
  • Loading branch information
mkindahl and mfundul committed Jun 28, 2021
1 parent 358ab9e commit aeada5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ if(CMAKE_FORMAT)
${PROJECT_SOURCE_DIR}/scripts/cmake_format_all.sh)
endif()

# We define the target 'format' all the time since 'clang-format' is guaranteed
# We always define the target 'format' since 'clang-format' is guaranteed
# to exist. We do not add 'cmake-format' if it is not defined.
add_custom_target(format)
add_dependencies(format clang-format)
Expand Down

0 comments on commit aeada5c

Please sign in to comment.