Skip to content

Commit

Permalink
Add git revision to buildconfig by default
Browse files Browse the repository at this point in the history
if someone is using the source without GIT, let them have the work
to provide a proper version information
  • Loading branch information
akallabeth committed Jun 20, 2022
1 parent fcb2d7c commit 9a98f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConfigOptions.cmake
Expand Up @@ -154,7 +154,7 @@ if (WITH_FFMPEG)
option(WITH_VAAPI "Use FFMPEG VAAPI" OFF)
endif(WITH_FFMPEG)

option(USE_VERSION_FROM_GIT_TAG "Extract FreeRDP version from git tag." OFF)
option(USE_VERSION_FROM_GIT_TAG "Extract FreeRDP version from git tag." ON)

option(WITH_CAIRO "Use CAIRO image library for screen resizing" OFF)
option(WITH_SWSCALE "Use SWScale image library for screen resizing" OFF)
Expand Down

0 comments on commit 9a98f28

Please sign in to comment.