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 4112

Summary: Unable to specify CMake PostFix
Product: SDL Reporter: Joe Thompson <mini_joe>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: x86   
OS: Windows 7   
Attachments: patch for cmakelists.txt

Description Joe Thompson 2018-03-19 06:04:39 UTC
Created attachment 3192 [details]
patch for cmakelists.txt

The fix for bug 3823 forces the 'd' postfix on all non-android builds. It also causes a CMake error if SDL_CMAKE_DEBUG_POSTFIX to empty (which is what I need for our project). The attached patch allows allows an empty postfix.
Comment 1 Sam Lantinga 2018-03-24 17:20:18 UTC
It looks like this is taken care of, thanks!