From 8eeada9c9cb3ed357856c1e444ecd4fd3341a747 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Tue, 11 Feb 2025 00:46:40 -0500 Subject: [PATCH] Typo --- cmake/modules/VersionInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/VersionInfo.cmake b/cmake/modules/VersionInfo.cmake index f30c687a503..08f4a82afc3 100644 --- a/cmake/modules/VersionInfo.cmake +++ b/cmake/modules/VersionInfo.cmake @@ -11,7 +11,7 @@ IF(GIT_FOUND AND NOT FORCE_VERSION) # Parse hash from merge description # e.g. "Merge abc1234 into def4567" execute_process( - COMMAND "${GIT_EXECUTABLE}" git log -n 1 --format=%s + COMMAND "${GIT_EXECUTABLE}" log -n 1 --format=%s OUTPUT_VARIABLE COMMIT_HASH WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" TIMEOUT 10