Skip to content
Snippets Groups Projects

Flow v1.4

Merged Boman Romain requested to merge adrien into master
76 files
+ 2346
973
Compare changes
  • Side-by-side
  • Inline
Files
76
+ 7
0
FIND_PROGRAM(CMAKE_CXX_COMPILER NAMES clang++)
FIND_PROGRAM(CMAKE_C_COMPILER NAMES clang)
# Trilinos not compiling with clang (check to wiki to fix)
LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
INCLUDE(disable-trilinos)
Loading