We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4057 - cmake script doesn't honor CMAKE_INSTALL_{BIN,LIB,DATA{,ROOT},DOC,INCLUDE,...}DIR variables
Summary: cmake script doesn't honor CMAKE_INSTALL_{BIN,LIB,DATA{,ROOT},DOC,INCLUDE,......
Status: WAITING
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: don't know
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-20 15:55 UTC by Tiago O.
Modified: 2018-02-13 16:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiago O. 2018-01-20 15:55:25 UTC
It even includes GNUInstallDirs module, but doesn't make use of the extra variables it defines.

https://cmake.org/cmake/help/v3.10/module/GNUInstallDirs.html
Comment 1 Sam Lantinga 2018-02-13 16:12:21 UTC
Do you have a tested patch that fixes this?

Thanks!