source $GRIMOIRE/CMAKE_CONFIGURE
config_query_option  COIN_OPTS  "Enable 3ds import capabilities?" y \
                     "-DHAVE_3DS_IMPORT_CAPABILITIES=true"  "-DHAVE_3DS_IMPORT_CAPABILITIES=false"  &&
config_query_option  COIN_OPTS  "Enable nodekit support?" y \
                     "-DHAVE_NODEKITS=true"  "-DHAVE_NODEKITS=false"  &&
config_query_option  COIN_OPTS  "Enable dragger support?" y \
                     "-DHAVE_DRAGGERS=true"  "-DHAVE_DRAGGERS=false"  &&
config_query_option  COIN_OPTS  "Enable manipulators?" y \
                     "-DHAVE_MANIPULATORS=true"  "-DHAVE_MANIPULATORS=false"  &&
config_query_option  COIN_OPTS  "Enable VRML97 support?" y \
                     "-DHAVE_VRML97=true"  "-DHAVE_VRML97=false"  &&
config_query_option  COIN_OPTS  "Enable thread safe traversals?" y \
                     "-DCOIN_THREADSAFE=true"  "-DCOIN_THREADSAFE=false"
