- 08 Feb, 2018 12 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Fix the compiler choice: it wasn't working as expected (namely command line may supersede the Paths file).
-
GILLES Sebastien authored
#1217 Add the MOREFEM_LLVM_CLANG macro (to enable some warning suppression only for this compiler); also remove unused field in Paths.cmake.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Improve the CMake build so that now either a unique MoReFEM library might be built or one per module as previously.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Make the path to the settings file a mandatory argument to the cmake command. Also use this file to decide whether static or shared libraries are built.
-
GILLES Sebastien authored
#1217 First executable is compiled. However it fails at runtime, but it's not a surprise: in SCons I used a prelink trick I have to do again to make the code work with static libraries and my factory patterns.
-
GILLES Sebastien authored
#1217 Improving the CMake target_list following advices from https://crascit.com/2016/01/31/enhanced-source-file-handling-with-target_sources/
-
GILLES Sebastien authored
#1217 Beginning compilation with CMake: so far it compiles Utilities with compilation options hardcoded.
-