]> sigrok.org Git - pulseview.git/blobdiff - CMake/GetGitRevisionDescription.cmake
DecodeSignal: Add and use inclusive/exclusive sample count variant
[pulseview.git] / CMake / GetGitRevisionDescription.cmake
index 611b2969b33c87e98aff97eb759cf84bb9bb8dc9..c8d27f2e8ce494c96404086ce58982239916a44c 100644 (file)
@@ -107,7 +107,7 @@ function(git_describe _var)
        execute_process(COMMAND
                "${GIT_EXECUTABLE}"
                describe
-#              ${hash} commented to make --dirty work
+               ${hash}
                ${ARGN}
                WORKING_DIRECTORY
                "${CMAKE_SOURCE_DIR}"