Project

General

Profile

Actions

Bug #1366

closed

Debug library postfix missing in WTest 3.2.2

Added by Pau Garcia i Quiles almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Target version:
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?

Actions #1

Updated by Pau Garcia i Quiles almost 12 years ago

I've noticed that section was moved to src/CMakeLists.txt. May I ask why? It looks like an odd location :-?

Actions #2

Updated by Koen Deforche over 11 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

Actions #3

Updated by Koen Deforche over 11 years ago

  • Status changed from Resolved to Closed
  • Target version set to 3.2.3

Fixed in Wt 3.2.3 RC1.

Actions

Also available in: Atom PDF