Skip to content

Commit 390197d

Browse files
smcvslouken
authored andcommitted
build: Prefix version from git with SDL- rather than SDL3-
We can tell it's SDL 3 from the version number and git revision, so there's no need to duplicate that in the prefix. Signed-off-by: Simon McVittie <[email protected]> (cherry picked from commit d5b7941)
1 parent 9fafba4 commit 390197d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ endif()
31603160
if(NOT SDL_REVISION)
31613161
# If SDL_REVISION is not overrided, use git to describe
31623162
git_describe(SDL_REVISION_GIT)
3163-
set(SDL_REVISION "SDL3-${SDL3_VERSION}-${SDL_REVISION_GIT}")
3163+
set(SDL_REVISION "SDL-${SDL3_VERSION}-${SDL_REVISION_GIT}")
31643164
endif()
31653165

31663166
execute_process(COMMAND "${CMAKE_COMMAND}" -E make_directory "${SDL3_BINARY_DIR}/include-revision/SDL3")

0 commit comments

Comments
 (0)