cmake HAVE_QUESO examples

snl-dakota/dakota cmake/DakotaOptions.cmake :221

option(HAVE_QUESO "Build the QUESO package." OFF)

snl-dakota/dakota packages/CMakeLists.txt :55

message(FATAL_ERROR 
      "HAVE_QUESO requires enabling GPL package GSL via DAKOTA_HAVE_GSL.")

snl-dakota/dakota packages/CMakeLists.txt :59

endif(HAVE_QUESO)

snl-dakota/dakota src/CMakeLists.txt :617

endif(HAVE_QUESO)