|
@@ -3645,7 +3645,7 @@ endif()
|
|
|
if(NOT SDL_REVISION)
|
|
|
# If SDL_REVISION is not overrided, use git to describe
|
|
|
git_describe(SDL_REVISION_GIT)
|
|
|
- set(SDL_REVISION "SDL3-${SDL3_VERSION}-${SDL_REVISION_GIT}")
|
|
|
+ set(SDL_REVISION "SDL-${SDL3_VERSION}-${SDL_REVISION_GIT}")
|
|
|
endif()
|
|
|
|
|
|
execute_process(COMMAND "${CMAKE_COMMAND}" -E make_directory "${SDL3_BINARY_DIR}/include-revision/SDL3")
|