Browse Source

modules: mark internal variable as such.

pull/203/merge
Vladimír Vondruš 9 years ago
parent
commit
c16b87d25d
  1. 1
      modules/FindMagnum.cmake

1
modules/FindMagnum.cmake

@ -209,6 +209,7 @@ mark_as_advanced(MAGNUM_INCLUDE_DIR)
# Configuration file # Configuration file
find_file(_MAGNUM_CONFIGURE_FILE configure.h find_file(_MAGNUM_CONFIGURE_FILE configure.h
HINTS ${MAGNUM_INCLUDE_DIR}/Magnum/) HINTS ${MAGNUM_INCLUDE_DIR}/Magnum/)
mark_as_advanced(_MAGNUM_CONFIGURE_FILE)
# We need to open configure.h file from MAGNUM_INCLUDE_DIR before we check for # We need to open configure.h file from MAGNUM_INCLUDE_DIR before we check for
# the components. Bail out with proper error message if it wasn't found. The # the components. Bail out with proper error message if it wasn't found. The

Loading…
Cancel
Save