[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2017-11-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=359572 Christophe Giboudeaux changed: What|Removed |Added Assignee|steve...@gmail.com |alex.me...@kde.org

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-03-13 Thread Mark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 --- Comment #5 from Mark --- (In reply to Allen Winter from comment #4) > recently I added code like this to a project. > Might be of use to you. > > string(TOUPPER ${CMAKE_BUILD_TYPE} UPPER_BUILD_TYPE) > if(${UPPER_BUILD_TYPE}

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-03-13 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 Allen Winter changed: What|Removed |Added CC||win...@kde.org --- Comment #4

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-03-13 Thread Stephen Kelly via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 --- Comment #3 from Stephen Kelly --- I guess we currently just let cmake do whatever it does by default here. What does cmake do regarding windows here? -- You are receiving this mail because: You are watching all bug changes.

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-02-27 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 David Faure changed: What|Removed |Added Assignee|alex.me...@kde.org |steve...@gmail.com

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-02-21 Thread Mark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 --- Comment #2 from Mark --- > Your line "Lastly" surprises me --- if it points to the actual name of the > DLL, then it should work, with the current naming, no? That works as long as the dll name is KF5Archive.dll (for debug and

[extra-cmake-modules] [Bug 359572] Windows build, debug library is not d suffixed.

2016-02-21 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359572 David Faure changed: What|Removed |Added CC||ecm-bugs-n...@kde.org Ever