File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,10 @@ include(copy_standalone.cmake)
42
42
# We need the std::span backport. This can be removed once the minimum C++
43
43
# standard gets raised to C++20, which should happen if also the minimum C++
44
44
# standard of ROOT gets raised and the std::span backport in RSpan is removed.
45
- include_directories (../../core/foundation/inc/ )
46
45
set (SPAN_HEADERS RSpan.hxx span.hxx )
47
- copy_standalone (SOURCE ../../core/foundation/inc/ROOT DESTINATION . OUTPUT SPAN_HEADERS
46
+ copy_standalone (SOURCE ../../core/foundation/inc/ROOT DESTINATION inc/ROOT OUTPUT SPAN_HEADERS
48
47
FILES ${SPAN_HEADERS} )
49
- install (FILES ${SPAN_HEADERS} DESTINATION include /ROOT )
48
+ install (FILES ${SPAN_HEADERS} DESTINATION include /Minuit2/ ROOT )
50
49
51
50
52
51
# Copy these files in if needed
You can’t perform that action at this time.
0 commit comments