Updated XQuartz URL

This commit is contained in:
Davis King 2018-01-03 21:25:33 -05:00
parent f26963ab0c
commit 9700c53e35
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if (NOT TARGET dlib)
message(" *****************************************************************************")
message(" *** DLIB GUI SUPPORT DISABLED BECAUSE X11 DEVELOPMENT LIBRARIES NOT FOUND ***")
message(" *** Make sure XQuartz is installed if you want GUI support. ***")
message(" *** You can download XQuartz from: http://xquartz.macosforge.org/landing/ ***")
message(" *** You can download XQuartz from: https://www.xquartz.org/ ***")
message(" *****************************************************************************")
set(DLIB_NO_GUI_SUPPORT ON CACHE STRING ${DLIB_NO_GUI_SUPPORT_STR} FORCE )
enable_preprocessor_switch(DLIB_NO_GUI_SUPPORT)