mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00

If SDL was installed using CMake, it normally goes to a location Where it can be found by `find_package`. There is no need to force `SDL_PATH` on users, and this commit allows building `backend_test` Without having to specify it. Backwards compatible.