Mark SDL2 detection variables as advanced

This commit is contained in:
Dmitry Marakasov 2014-01-15 02:25:54 +04:00
parent e5475f781b
commit 99302bb3ac

View File

@ -23,3 +23,5 @@ ELSE(SDL2_FOUND)
MESSAGE(FATAL_ERROR "Could not find SDL2")
ENDIF(SDL2_FIND_REQUIRED)
ENDIF(SDL2_FOUND)
MARK_AS_ADVANCED(SDL2_INCLUDE_DIR SDL2_LIBRARY SDL2_FOUND)