Project

General

Profile

Actions

Bug #352

closed

Typo in cmake/FindWt.cmake

Added by Maximilian Haupt almost 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/12/2010
Due date:
% Done:

0%

Estimated time:

Description

In line 78, there is a small copy&paste error.

Instead of:

IF( Wt_DBOPOSTGRES_LIBRARY )

SET( Wt_LIBRARIES ${Wt_LIBRARIES} ${Wt_DBOPOSTGRES_LIBRARY} )

ENDIF( Wt_DBOSQLITE3_LIBRARY )

it should be:

IF( Wt_DBOPOSTGRES_LIBRARY )

SET( Wt_LIBRARIES ${Wt_LIBRARIES} ${Wt_DBOPOSTGRES_LIBRARY} )

ENDIF( Wt_DBOPOSTGRES_LIBRARY )

Actions #1

Updated by Koen Deforche almost 15 years ago

  • Status changed from New to Resolved

Hey Maximilian.

Thanks for catching this!

koen

Actions #2

Updated by Koen Deforche almost 15 years ago

  • Status changed from Resolved to Closed

Fixed in 3.1.3

Actions

Also available in: Atom PDF