target check-format is not as usable as it should #93
Unanswered
ClausKlein
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Are you using the same version of cmake-format as in CI? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have formatted all files. But on CI I see this:
Run cmake --build build --target check-format cmake --build build --target check-format shell: /bin/bash -e {0} env: CPM_SOURCE_CACHE: /Users/runner/work/ModernCppStarter/ModernCppStarter/cpm_modules Scanning dependencies of target check-clang-format clang-format did not modify any files Built target check-clang-format Scanning dependencies of target check-cmake-format CMake Error at /Users/runner/work/ModernCppStarter/ModernCppStarter/cpm_modules/format.cmake/e25a26778e5810b3fa49523bf8cadf5f71bacc26/cmake-format.cmake:53 (message): ../CMakeLists.txt needs to be reformattedBeta Was this translation helpful? Give feedback.
All reactions