Menu

#115 Adapt FindGLIB2.cmake to work with vcpkg

fixed
seebk
None
2019-02-09
2019-02-09
letmaik
No

I'd like to use the vcpkg package manager for Windows for lensfun's glib2 dependency (and its dependencies).

There is a minor patch to be made to cmake/modules/FindGLIB2.cmake to make it work. This is because in vcpkg, the final package structure is such that glibconfig.h resides in ${GLIB2_BASE_DIR}/include. Can you add this search path to the FIND_PATH(GLIB2_GLIB2CONFIG_INCLUDE_PATH call?

Discussion

  • seebk

    seebk - 2019-02-09

    Sure, have fixed it in master.

     
  • seebk

    seebk - 2019-02-09
    • status: open --> fixed
    • assigned_to: seebk