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 53b1b65 commit 9f49fc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/hello_imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,7 @@ function(_him_try_select_glfw_if_no_backend_selected)
#
if (HELLOIMGUI_DOWNLOAD_GLFW_IF_NEEDED)
set(HELLOIMGUI_USE_GLFW_OPENGL3 ON CACHE BOOL "" FORCE)
message(STATUS "
HelloImGui: using HELLOIMGUI_USE_GLFW_OPENGL3 as default default backend
(Glfw3 will be downloaded and built inside {CMAKE_CURRENT_BINARY_DIR}/_deps/glfw-*)
${backend_message}
")
message(STATUS "HelloImGui: using HELLOIMGUI_USE_GLFW_OPENGL3 as default default backend")
set(HELLOIMGUI_NO_BACKEND_SELECTED OFF CACHE INTERNAL "")
else()
# Check if Glfw can be found
Expand Down

0 comments on commit 9f49fc3

Please sign in to comment.