Actions
Patch #698
closedTrying to link against the iconv library although it was disabled
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2016-10-25
Due date:
% Done:
100%
Estimated time:
Module:
CMake
Operating System:
Compiler:
Description
If LibXML but not the iconv library are enabled using CMake, some modules/applications are still linked against the iconv library.
Files
Updated by Jörg Riesmeier almost 9 years ago
- Tracker changed from Bug to Patch
- Priority changed from High to Low
The proposed patch makes no sense since linking libiconv is on purpose (in order to allow libxml to do character set conversions). See related issue #367.
Updated by Jörg Riesmeier almost 9 years ago
- Target version changed from 3.6.1 to 3.6.2
Updated by Marco Eichelberg over 8 years ago
- Target version changed from 3.6.2 to 3.6.3
Updated by Jan Schlamelcher over 7 years ago
- Assignee deleted (
Thorben Hasenpusch) - Target version changed from 3.6.3 to 3.6.6
Updated by Jan Schlamelcher about 7 years ago
- Related to Bug #837: Fix incompatibility between DCMTK's own FindICONV.cmake and the official one added
Updated by Marco Eichelberg 16 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Patch is obsolete, since a similar modification is already present in DCMTK.
Actions