mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
fix comment that wasn't needed
This commit is contained in:
@@ -33,8 +33,6 @@ add_custom_target(format-check
|
|||||||
| grep "replacement offset" 2>&1 > /dev/null
|
| grep "replacement offset" 2>&1 > /dev/null
|
||||||
)
|
)
|
||||||
|
|
||||||
# This is a hack because our CMake root dir isn't the same as our git root dir
|
|
||||||
|
|
||||||
# Get the path to this file
|
# Get the path to this file
|
||||||
get_filename_component(_clangcheckpath ${CMAKE_CURRENT_LIST_FILE} PATH)
|
get_filename_component(_clangcheckpath ${CMAKE_CURRENT_LIST_FILE} PATH)
|
||||||
# call the script to chech changed files in git
|
# call the script to chech changed files in git
|
||||||
|
|||||||
Reference in New Issue
Block a user