Actions
Bug #1366
closedDebug library postfix missing in WTest 3.2.2
Start date:
07/24/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi,
While packaging 3.2.2 for Debian, I've noticed this part has disappeared from src/Wt/Test/CMakeLists.txt
SET_TARGET_PROPERTIES(
wttest
PROPERTIES
VERSION ${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}
SOVERSION ${WTEXT_SOVERSION}
DEBUG_POSTFIX ${DEBUG_LIB_POSTFIX}
)
All the other libraries keep the debug library postfix stuff. Was that on purpose?
Updated by Pau Garcia i Quiles over 12 years ago
I've noticed that section was moved to src/CMakeLists.txt. May I ask why? It looks like an odd location :-?
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
Hey Pau,
Yes, there must have been a good reason to that. Except that I can't recall it now. Perhaps it is related somehow to a processing order and it might have to do with old cmake versions (we still support CMake 2.4 !).
Regards,
koen
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.3
Fixed in Wt 3.2.3 RC1.
Actions