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 - Unable to specify CMake PostFix
Summary: Unable to specify CMake PostFix
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-19 06:04 UTC by Joe Thompson
Modified: 2018-03-24 17:20 UTC (History)
0 users

See Also:


Attachments
patch for cmakelists.txt (929 bytes, patch)
2018-03-19 06:04 UTC, Joe Thompson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!