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
Commit b92a5690 authored by kraus's avatar kraus
Browse files

fixing compilation

parent a52893bb
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ find_package (H5hut REQUIRED)
find_package (HDF5 REQUIRED)
find_package (GSL REQUIRED)
find_package (Trilinos REQUIRED HINTS $ENV{TRILINOS_PREFIX} $ENV{TRILINOS_DIR} $ENV{TRILINOS})
ELSE ()
include_directories(${CMAKE_SOURCE_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/src/Classic)
include_directories(${CMAKE_SOURCE_DIR}/ippl/src)
ENDIF (NOT OPTP_USED_FROM_OPAL)
set(BOOST_ROOT $ENV{BOOST_HOME})
......@@ -198,4 +202,4 @@ if (DOXYGEN_FOUND)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen" VERBATIM
)
endif(DOXYGEN_FOUND)
endif(DOXYGEN_FOUND)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment