snl-dakota/dakota
cmake/DakotaOptions.cmake
:162
option(HAVE_X_GRAPHICS "Build the Dakota/Motif Graphics package." OFF)
option(HAVE_X_GRAPHICS "Build the Dakota/Motif Graphics package." OFF)
message(WARNING "DEPRECATED HAVE_X_GRAPHICS requested - use at your own risk!"
" While unsupported, Dakota X_GRAPHICS has been shown to work on SNL RHEL"
" systems; your mileage may vary.")
message(STATUS "HAVE_X_GRAPHICS requested, but not supported on Windows; "
"disabling.")
message(WARNING "HAVE_X_GRAPHICS requested, but X11 dependencies not "
"found; disabling. (Dakota graphics require X11, Xmu, Xpm, and "
"Motif/Lesstif, including development headers and libraries, as well as "
"pthreads.)"
)
endif(HAVE_X_GRAPHICS)
add_definitions("-DHAVE_X_GRAPHICS")
endif(HAVE_X_GRAPHICS)