diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cddf2ad9..7afa972f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -274,7 +274,7 @@ if (ENABLE_SDL2) | |||
| 274 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") | 274 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") |
| 275 | target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") | 275 | target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") |
| 276 | else() | 276 | else() |
| 277 | find_package(SDL2 2.0.14) | 277 | find_package(SDL2 2.0.14 QUIET) |
| 278 | 278 | ||
| 279 | if (SDL2_FOUND) | 279 | if (SDL2_FOUND) |
| 280 | # Some installations don't set SDL2_LIBRARIES | 280 | # Some installations don't set SDL2_LIBRARIES |