mirror of https://github.com/libsdl-org/SDL
e5698d1394
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. |
||
---|---|---|
.. | ||
test | ||
macros.cmake | ||
sdlchecks.cmake |