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 aac49bfb authored by gsell's avatar gsell
Browse files

more CMakeLists.txt fixes in IPPL

parent be192afb
No related branches found
No related tags found
Loading
......@@ -5,7 +5,7 @@ if (ENABLE_AMR)
if (${HOSTNAME_BASE} MATCHES "daint")
set(MPI_CXX_LIBRARIES "-lmpich -lmpichcxx -lfmpich -lmpichf90")
endif (${HOSTNAME_BASE} MATCHES "daint")
endif ()
set (CMAKE_Fortran_FLAGS
${CMAKE_Fortran_FLAGS}
......@@ -92,7 +92,7 @@ if (ENABLE_AMR)
${AMREX_LIBRARIES})
endif ()
endif (ENABLE_AMR)
endif ()
# vi: set et ts=4 sw=4 sts=4:
......
......@@ -2,7 +2,7 @@ file (RELATIVE_PATH _relPath "${CMAKE_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}"
message (STATUS "Adding test AMR found in ${_relPath}")
add_compile_options (-O3)
add_compile_options (-stdc=c++)
add_compile_options (-stdc=c++11)
add_definitions (-DIPPL_AMR)
add_definitions (${AMREX_DEFINES})
......
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