CMake Error with installed pdelab

I'm getting lots of

CMake Error in CMakeLists.txt:
  Imported target "dunepdelab" includes non-existent path

    "/home/travis/src/dune-grid"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

when running dunecontrol all on a module that suggests pdelab. Pdelab and the core modules have been installed and the source tree removed in this setup. I've tracked INTERFACE_INCLUDE_DIRECTORIES to being triggered from dune-common/cmake/modules/DuneEnableAllPackages.cmake line 270

 target_include_directories(${_target} PUBLIC ${all_incs})

but I have no idea where to go from there. Pdelab is the only module in the chain that throws the error.