GreatCMakeCookOff icon indicating copy to clipboard operation
GreatCMakeCookOff copied to clipboard

See if we can replace package lookup with hunter

Open mdavezac opened this issue 9 years ago • 2 comments

Hunter

mdavezac avatar Jan 07 '16 11:01 mdavezac

Probably means modifying hunter so that it looks in more than one place for recipes.

mdavezac avatar Jan 07 '16 11:01 mdavezac

The main difference that I can see are:

  • might be a bit complicated when wrapping non-cmake files
  • does download/compile/install of dependencies at configure time (not build)
  • does not check for system packages (easy to fix with extra functions)

mdavezac avatar Jan 07 '16 11:01 mdavezac