don't mark useful variables as advanced

This commit is contained in:
Stephen Birarda 2014-03-07 12:11:46 -08:00
parent dbf8021ccd
commit a9c277312c
3 changed files with 4 additions and 11 deletions

View file

@ -41,7 +41,4 @@ else ()
message(FATAL_ERROR "Could not find GLEW")
endif ()
endif ()
# show the GLEW_INCLUDE_DIRS and GLEW_LIBRARY variables only in the advanced view
mark_as_advanced(GLEW_INCLUDE_DIRS GLEW_LIBRARY)
endif ()

View file

@ -83,6 +83,6 @@ elseif()
endif ()
endif ()
mark_as_advanced(GLUT_INCLUDE_DIR GLUT_glut_LIBRARY GLUT_Xmu_LIBRARY GLUT_Xi_LIBRARY)
mark_as_advanced(GLUT_glut_LIBRARY GLUT_Xmu_LIBRARY GLUT_Xi_LIBRARY)
endif ()

View file

@ -40,8 +40,4 @@ else ()
message(FATAL_ERROR "Could not find Sixense")
endif (SIXENSE_FIND_REQUIRED)
endif ()
# show the SIXENSE_INCLUDE_DIRS and SIXENSE_LIBRARIES variables only in the advanced view
mark_as_advanced(SIXENSE_INCLUDE_DIRS SIXENSE_LIBRARIES)
endif ()