Skip to content

CMake: Use CMAKE_INSTALL_* variables from GNUInstallDirs#4190

Merged
aleks-f merged 1 commit intopocoproject:develfrom
matejk:use_cmake_gnuinstalldirs_variables
Oct 20, 2023
Merged

CMake: Use CMAKE_INSTALL_* variables from GNUInstallDirs#4190
aleks-f merged 1 commit intopocoproject:develfrom
matejk:use_cmake_gnuinstalldirs_variables

Conversation

@matejk
Copy link
Copy Markdown
Contributor

@matejk matejk commented Oct 16, 2023

Poco includes GNUInstallDirs (#3105), however the provided variables are not used in all places.

Module cmake files that are installed to /usr/lib/x86_64-linux-gnu/cmake/Poco on Ubuntu or Debian, can refer to non-existent libraries.

This PR replaces usage of hardcoded paths with variables from GNUInstallDirs.

…ibraries, binaries and other files according to GNUInstallDirs rules.
@tuduongquyet
Copy link
Copy Markdown
Contributor

Voted

@aleks-f aleks-f added this to the Release 1.13.0 milestone Oct 20, 2023
@aleks-f aleks-f merged commit 542b814 into pocoproject:devel Oct 20, 2023
@matejk matejk deleted the use_cmake_gnuinstalldirs_variables branch October 20, 2023 18:58
aleks-f pushed a commit that referenced this pull request Nov 23, 2023
…ibraries, binaries and other files according to GNUInstallDirs rules. (#4190)
aleks-f pushed a commit that referenced this pull request Nov 27, 2023
…ibraries, binaries and other files according to GNUInstallDirs rules. (#4190)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants