CMakeLists.txt:
- add_definitions() replaced with set (CMAKE_CXX_FLAGS...), add_definitions should only used to define macros. - FIND_PACKAGE (IPPL ...) removed, settings for integrated IPPL library added
Please register or sign in to comment
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
- add_definitions() replaced with set (CMAKE_CXX_FLAGS...), add_definitions should only used to define macros. - FIND_PACKAGE (IPPL ...) removed, settings for integrated IPPL library added