Skip to content
Snippets Groups Projects
Commit 7a7fd0ea authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove spurious brace

parent d48651ca
No related branches found
No related tags found
No related merge requests found
Pipeline #6775 failed
......@@ -222,7 +222,7 @@ if(NOT WITHOUT_SDL_AUDIO)
if(SDL2_FOUND)
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
target_compile_definitions(xpdev PUBLIC STATIC_SDL)
target_link_libraries(xpdev SDL2::SDL2})
target_link_libraries(xpdev SDL2::SDL2)
endif()
target_include_directories(xpdev PUBLIC ${SDL2_INCLUDE_DIRS})
target_compile_definitions(xpdev PUBLIC WITH_SDL_AUDIO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment