dunecontrol ignores CMAKE_MODULE_PATH

how to reproduce:

  • add a CMAKE_MODULE_PATH to your opts file
  • run dunecontrol --opts=... configure

the CMAKE_MODULE_PATH is ignored. It gets picked up if I add it to the global environment, but this is reather surprising, as we tell people to add configuration to the opts file.