From 057e44d4dea99003d944f026323c8186e20f977f Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Sun, 3 Feb 2019 09:33:58 +0100 Subject: [PATCH] Update details in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1972dcc..7389410 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The improvements made to these modules are as follows: - Adapt `FindSDL.cmake` to `SDL2` (`FindSDL2.cmake`). - Add cache variables for more flexibility:
`SDL2_PATH`, `SDL2_NO_DEFAULT_PATH` +- Mark `Threads` as a required dependency for non-OSX systems. *For more details, please see the embedded documentation in `FindSDL2.cmake` file.* @@ -31,6 +32,7 @@ The improvements made to these modules are as follows: - Adapt `FindSDL_.cmake` to `SDL2_` (`FindSDL2_.cmake`). - Add cache variables for more flexibility:
`SDL2__PATH`, `SDL2__NO_DEFAULT_PATH` +- Add `SDL2` as a required dependency. *For more details, please see the embedded documentation in `FindSDL2_.cmake` file.*