mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-05 02:04:31 +00:00
cmake: fix typo in cmake/sdlplatform.cmake
This commit is contained in:
@@ -98,7 +98,6 @@ function(get_clang_tidy_ignored_files OUTVAR)
|
|||||||
"vulkan_static_assertions.hpp"
|
"vulkan_static_assertions.hpp"
|
||||||
"vulkan_structs.hpp"
|
"vulkan_structs.hpp"
|
||||||
"vulkan_to_string.hpp"
|
"vulkan_to_string.hpp"
|
||||||
"vulkan.hpp"
|
|
||||||
# HIDAPI
|
# HIDAPI
|
||||||
"hid.c"
|
"hid.c"
|
||||||
"hid.cpp"
|
"hid.cpp"
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ macro(SDL_DetectCMakePlatform)
|
|||||||
string(TOUPPER "${SDL_CMAKE_PLATFORM}" _upper_platform)
|
string(TOUPPER "${SDL_CMAKE_PLATFORM}" _upper_platform)
|
||||||
set(${_upper_platform} TRUE)
|
set(${_upper_platform} TRUE)
|
||||||
else()
|
else()
|
||||||
set(SDL_CMAKE_PLATFORM} "unknown")
|
set(SDL_CMAKE_PLATFORM "unknown")
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user