View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000291CMakepublic2003-10-20 17:532004-04-21 14:44
ReporterSystem Admin 
Assigned ToSystem Admin 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000291: Problem with ADD_DEPENDENCIES between two libraries
DescriptionThe following example does not work on unix.

ADD_LIBRARY(l1 l1.c)
ADD_LIBRARY(l2 l2.c)
ADD_DEPENDENCIES(l1 l2)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000257)
Brad King (manager)
2003-11-12 09:45

ADD_DEPENDENCIES is a misnomer and is currently only meant to make a target depend on an executable. It was used to make generator executables get built by msdev and devenv before the targets that need the sources they generate. Now that custom commands have more sophisticated dependencies, the command is probably not needed.

I am changing this bug to a feature request in the development version and not on the 1.8 branch.
(0000919)
System Admin (reporter)
2004-04-21 14:44

This is fixed in CVS

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team