From bbfbac53ae2d9f0bf8678d4143c95c8ecccb3412 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Wed, 2 Oct 2013 10:16:17 +0100 Subject: cmake: GitRelease: commit_opts should be commit_options --- cmake/GitRelease.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GitRelease.cmake b/cmake/GitRelease.cmake index b0c46d25..ab742342 100644 --- a/cmake/GitRelease.cmake +++ b/cmake/GitRelease.cmake @@ -837,7 +837,7 @@ function(git_dist) if (show_ref_status GREATER 0) set(newroot "(root-commit) ") else (show_ref_status GREATER 0) - set(commit_opts ${commit_opts} -p ${dist_parent}) + set(commit_options ${commit_options} -p ${dist_parent}) endif (show_ref_status GREATER 0) file(WRITE "${GIT_DIST_TMPDIR}/commit-message" "${GIT_DIST_COMMIT_MESSAGE}") -- cgit v1.2.3