[education/libkeduvocdocument] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev ). we use KDE_INSTALL_INCLUDEDIR
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e99530f6f0556edf8593722c6555085939b720a9 by Laurent Montel. Committed on 22/07/2026 at 11:38. Pushed by mlaurent into branch 'master'. Remove warning (found by cmake --warn-uninitialized -Werror=dev ). we use KDE_INSTALL_INCLUDEDIR M +1 -1 LibKEduVocDocumentConfig.cmake.in https://invent.kde.org/education/libkeduvocdocument/-/commit/e99530f6f0556edf8593722c6555085939b720a9 diff --git a/LibKEduVocDocumentConfig.cmake.in b/LibKEduVocDocumentConfig.cmake.in index 2cad428..13e736e 100644 --- a/LibKEduVocDocumentConfig.cmake.in +++ b/LibKEduVocDocumentConfig.cmake.in @@ -19,7 +19,7 @@ if(NOT WIN32) # This is needed on non-win32 platforms, as lib-install-dir might be in a # totally different prefix than include-install-dir. So instead hardcode the # absolute path during buildtime -set( LIBKEDUVOCDOCUMENT_INCLUDE_DIR "@INCLUDE_INSTALL_DIR@/libkeduvocdocument" ) +set( LIBKEDUVOCDOCUMENT_INCLUDE_DIR "@KDE_INSTALL_INCLUDEDIR@/libkeduvocdocument" ) else(NOT WIN32)