SDL/cmake
Anonymous Maarten e5698d1394 cmake: allow cmake re-configuration after installation of x11 library
check_include_path is not meant to be used to check for presence of a
library. This is because a BOOL is cached.
Avoid this caching by using find_file.
`find_file` caches a patch instead of a bool and will always run when
the result failed.
2022-07-21 18:38:12 +02:00
..
test
macros.cmake
sdlchecks.cmake cmake: allow cmake re-configuration after installation of x11 library 2022-07-21 18:38:12 +02:00