Skip to content

Commit

Permalink
Cmake: less verbose if no backend selected
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 30, 2023
1 parent 9f49fc3 commit c93e269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hello_imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ function(_him_try_select_glfw_if_no_backend_selected)
if (glfw3_FOUND)
set(HELLOIMGUI_USE_GLFW_OPENGL3 ON CACHE BOOL "" FORCE)
message(STATUS
"HelloImGui: using Glfw as default default backend (it was found via find_package(glfw3))
${backend_message}
"HelloImGui: using HELLOIMGUI_USE_GLFW_OPENGL3 as default default backend (glfw was found via find_package(glfw3))
")
set(HELLOIMGUI_NO_BACKEND_SELECTED OFF CACHE INTERNAL "")
else()
Expand Down

0 comments on commit c93e269

Please sign in to comment.