Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed tutorial. Added explicit dependency of shared library on ROOT dictionary #14619

Merged

Conversation

atolosadelgado
Copy link
Contributor

This Pull request:

tutorial/tree/dictionary C++ stand-alone application can not be compiled when the cmake project is generated for xcode. The solution is to explicitly tell cmake that the shared library depends on the ROOT dictionary

Changes or fixes:

New line in the CMakeLists specifying the dependency

Checklist:

  • [ x] tested changes locally
  • updated the docs (not needed)

This PR fixes #14595

@phsft-bot
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link

github-actions bot commented Feb 7, 2024

Test Results

    10 files      10 suites   1d 19h 16m 24s ⏱️
 2 499 tests  2 499 ✅ 0 💤 0 ❌
23 889 runs  23 889 ✅ 0 💤 0 ❌

Results for commit 1d5e5c2.

Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @atolosadelgado ! Tested offline on MacOS 14 and this works! Although I fear we might have bigger problems with the CMake Xcode generator, but it's out of scope for this patch.

@atolosadelgado atolosadelgado marked this pull request as ready for review February 8, 2024 17:53
@vepadulano vepadulano merged commit 7c527dd into root-project:master Feb 9, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem when creating dictionary in Osx 12.7, Xcode 14.2
4 participants