Skip to content

Commit 26d817f

Browse files
committed
fix
1 parent fa12742 commit 26d817f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake_modules/DefineOptions.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
116116
"If on, only git-diff files will be passed to linting tools" ON)
117117

118118
define_option_string(PAIMON_LINT_GIT_TARGET_COMMIT
119-
"target commit/branch for comparison in git diff" "origin/main")
119+
"target commit/branch for comparison in git diff"
120+
"origin/release-0.1")
120121

121122
define_option(PAIMON_GENERATE_COVERAGE "Build with C++ code coverage enabled" OFF)
122123

0 commit comments

Comments
 (0)