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

Merge branch...

Merge branch '527-runtime-error-on-macos-uncaught-exception-of-type-teuchos-exceptions-invalidparametertype' into 'master'

Resolve "runtime error on macOS: uncaught exception of type Teuchos::Exceptions::InvalidParameterType"

Closes #527

See merge request !350
parents b3f71913 0b7b516f
No related branches found
No related tags found
1 merge request!350Resolve "runtime error on macOS: uncaught exception of type Teuchos::Exceptions::InvalidParameterType"
......@@ -81,9 +81,6 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
add_compile_options (-fopenmp)
add_link_options (-fopenmp)
endif ()
# Not 100% clear why we need this. But without we get warning while
# linking with HDF5
add_link_options (-Wl,-no_compact_unwind)
elseif (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
if (${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS "4.7.3")
......
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