Menu

#147 Allow to override CMAKE_INSTALL_DATAROOTDIR also on Windows

implemented
nobody
None
2019-02-09
2019-02-09
letmaik
No

On Windows, currently it is not possible to customize CMAKE_INSTALL_DATAROOTDIR, see https://sourceforge.net/p/lensfun/code/ci/b9540f30f880e723d51cd1438ef1b7506251309f/tree/CMakeLists.txt#l58. To be consistent with other operating systems, this should be guarded like IF(WIN32 AND NOT DEFINED CMAKE_INSTALL_DATAROOTDIR).

Discussion

  • seebk

    seebk - 2019-02-09

    Also fixed in master. Thanks!

     
  • seebk

    seebk - 2019-02-09
    • status: open --> implemented