nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Fix a couple of small cmake issues #231

Closed Psirus closed 6 years ago

Psirus commented 6 years ago

This will remove the ENABLE_MPI and ENABLE_MKL options, since they are currently not used. Also, the CheckBoost.cmake is now much simplified, and no longer adds a "raw" include directory to the list.

All in all, this finally fixes #98 imho.

codecov[bot] commented 6 years ago

Codecov Report

Merging #231 into PDE_reviewed will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           PDE_reviewed     #231   +/-   ##
=============================================
  Coverage         84.23%   84.23%           
=============================================
  Files               295      295           
  Lines             10653    10653           
=============================================
  Hits               8974     8974           
  Misses             1679     1679
Flag Coverage Δ
#integrationtests 62.5% <ø> (ø) :arrow_up:
#unittests 87.6% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a45fd23...286ab64. Read the comment docs.