Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Resolve "remove obsolete build instructions and Makefile.def's"

Merged gsell requested to merge 345-remove-obsolete-build-instructions-and-makefile-def-s into OPAL-2.0
7 files
+ 0
456
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 0
5
@@ -121,10 +121,6 @@ if (ENABLE_AMR)
add_subdirectory(AmrParticle)
endif ()
set (MAKE_DEF
../test/Makefile.def
)
include_directories (
BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
)
@@ -146,7 +142,6 @@ if (ENABLE_DKS)
)
endif ()
install (FILES ${MAKE_DEF} DESTINATION lib)
install (TARGETS ippl DESTINATION lib)
install (FILES ${IPPL_BASEDIR_HDRS} DESTINATION include)
Loading