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

Summary: cmake script doesn't honor CMAKE_INSTALL_{BIN,LIB,DATA{,ROOT},DOC,INCLUDE,...}DIR variables
Product: SDL Reporter: Tiago O. <toacn-foss>
Component: buildAssignee: Sam Lantinga <slouken>
Status: WAITING --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: don't know   
Hardware: All   
OS: All   

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!