cmake HAVE_MUQ examples

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

option(HAVE_MUQ "Build the MIT MUQ package (experimental)." OFF)

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

message(FATAL_ERROR
            "HAVE_MUQ requires enabling HDF5 package DAKOTA_HAVE_HDF5.")

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

add_definitions("-DHAVE_MUQ")