Skip to content

Commit dbc198b

Browse files
committed
LIBS: fixed sdl2 alias for FetchContent
1 parent a28cda7 commit dbc198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (APPLE OR WIN32)
3535
set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
3636
set(BUILD_SHARED_LIBS OFF)
3737
FetchContent_MakeAvailable(SDL2)
38-
add_library(SDL2::SDL2 ALIAS SDL2::SDL2-static)
38+
add_library(SDL2::SDL2 ALIAS SDL2-static)
3939

4040
FetchContent_Declare(
4141
SDL2_mixer

0 commit comments

Comments
 (0)