Skip to content

Commit

Permalink
Cmake: _him_fetch_glfw_if_needed / do not him_add_installable_depende…
Browse files Browse the repository at this point in the history
…ncy(glfw)
  • Loading branch information
pthom committed Feb 6, 2024
1 parent 044fa38 commit 684cee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hello_imgui_cmake/hello_imgui_build_lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@ function(_him_fetch_glfw_if_needed)
set(GLFW_INSTALL ON)
FetchContent_MakeAvailable(glfw)
set(HELLOIMGUI_GLFW_SELECTED_INFO "Downloaded 3.3.8" CACHE INTERNAL "" FORCE)
him_add_installable_dependency(glfw)
else()
set(HELLOIMGUI_GLFW_SELECTED_INFO "Use system Library" CACHE INTERNAL "" FORCE)
endif()
Expand Down

0 comments on commit 684cee2

Please sign in to comment.