Skip to content

Commit

Permalink
Do not him_add_installable_dependency(SDL2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 6, 2024
1 parent 684cee2 commit 0fb74fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hello_imgui_cmake/hello_imgui_build_lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -908,12 +908,6 @@ function(_him_fetch_sdl_if_needed)
else()
FetchContent_MakeAvailable(sdl)
endif()
if(TARGET SDL2)
him_add_installable_dependency(SDL2)
endif()
if(TARGET SDL2-static)
him_add_installable_dependency(SDL2-static)
endif()
else()
set(HELLOIMGUI_SDL_SELECTED_INFO "Use system Library" CACHE INTERNAL "" FORCE)
endif()
Expand Down

0 comments on commit 0fb74fd

Please sign in to comment.