Skip to content
Snippets Groups Projects

Do not override LHCb compilation flags

Merged Marco Clemencic requested to merge use-lhcb-compile-flags into master
All threads resolved!

Geant4 default configuration overrides compiler flags between the load of CMAKE_TOOLCHAIN_FILE and the test compilations CMake runs to validate the compiler.

This is not a major issue with gcc (apart from using options we do not expect), but it causes the configuration failure of clang because it overrides the mandatory option --gcc-toolchain=... that we set in the CMAKE_TOOLCHAIN_FILE.

This MR prevents Geant4 to overrides our settings.

Closes #3 (closed)

Merge request reports

Merged by Dmitry PopovDmitry Popov 3 years ago (May 31, 2022 2:44pm UTC)

Merge details

  • Changes merged into master with 35505fef (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading