Skip to content

Commit

Permalink
small fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 19, 2023
1 parent b771cdd commit 61ef5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function(_him_check_if_no_backend_selected)
AND NOT HELLOIMGUI_USE_SDL_METAL
AND NOT EMSCRIPTEN
)
set(HELLOIMGUI_NO_BACKEND_SELECTED ON INTERNAL BOOL "" FORCE)
set(HELLOIMGUI_NO_BACKEND_SELECTED ON CACHE INTERNAL "")
endif()
endfunction()

Expand Down

0 comments on commit 61ef5b2

Please sign in to comment.