mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Mark SDL2 detection variables as advanced
This commit is contained in:
parent
e5475f781b
commit
99302bb3ac
@ -23,3 +23,5 @@ ELSE(SDL2_FOUND)
|
|||||||
MESSAGE(FATAL_ERROR "Could not find SDL2")
|
MESSAGE(FATAL_ERROR "Could not find SDL2")
|
||||||
ENDIF(SDL2_FIND_REQUIRED)
|
ENDIF(SDL2_FIND_REQUIRED)
|
||||||
ENDIF(SDL2_FOUND)
|
ENDIF(SDL2_FOUND)
|
||||||
|
|
||||||
|
MARK_AS_ADVANCED(SDL2_INCLUDE_DIR SDL2_LIBRARY SDL2_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user