cmake: more "advanced" library variables hidden in configuration tool

This commit is contained in:
Horst Schirmeier
2013-03-19 22:31:18 +01:00
parent bf6affeca3
commit a2554bfc49
2 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,5 @@ else(VGA_FOUND)
endif(VGA_FIND_REQUIRED)
endif(VGA_FOUND)
endif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
mark_as_advanced(VGA_LIBRARY VGA_INCLUDE_DIR)