# A place for libraries that have been retired from the source tree.

OPTION ( GBX_BUILD_RETIRED "Build retired libraries" OFF )
MARK_AS_ADVANCED ( FORCE GBX_BUILD_RETIRED )

if( GBX_BUILD_RETIRED )

    message( STATUS "== RETIRED ==" )

    # When adding new directories, please maintain order of inter-dependencies.
    # Otherwise, maintain alphabetical order.

    add_subdirectory( urg_nz )

endif( GBX_BUILD_RETIRED )
