mantidproject/mantid

Fix cmake deprecation for Muon target

Closed this issue · 0 comments

Describe the outcome that is desired.
In Framework/Muon/CMakeLists.txt the Muon target uses an alias to target itself, which is deprecated in cmake since version 3.18, see here.

Describe any solutions you are considering
The solution is to do something that's not deprecated

Additional context
See #37687 for more details