[Ctk-developers] org_commontk_dah_app depends on org_commontk_dah_core
Sascha Zelzer
s.zelzer at dkfz-heidelberg.de
Wed Aug 3 08:07:36 UTC 2011
Hi Julien
On 08/01/2011 11:30 PM, Julien Finet wrote:
> Hola CTKers,
>
> Is this normal that org_commontk_dah_app depends
> of org_commontk_dah_core ?
Yes, that is intended.
> Is org_commontk_dah_core really a plugin ?
Yes.
>
> If so (or even if it shouldn't), a target_libraries.cmake
> referencing org_commontk_dah_core is probably needed in order to avoid
> that kind of error at first build:
> http://my.cdash.org/viewBuildError.php?onlydeltap&buildid=215143
> <http://my.cdash.org/viewBuildError.php?onlydeltap&buildid=215143>
>
For plug-ins, dependencies to other plug-ins are encoded in the
manifest_headers.cmake file (instead of target_libraries.cmake). This
makes the information available at runtime. The dependencies are already
correctly set-up but the order of the plug-ins in the CMakeLists.txt did
not reflect their dependencies. Multiple CMake configure runs hid the
problem and I fixed it just now.
> I take the opportunity of this email to mention some warnings :-) :
> http://my.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=215143 <http://my.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=215143>
>
>
Fixed.
Thanks for reporting the issues,
Sascha
More information about the Ctk-developers
mailing list