Skip to content

Commit

Permalink
Changed default behaviour in CMakelists.txt to not compile the slepc …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
ceschoon committed Jul 13, 2023
1 parent 8b066bd commit a8840e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)

set(USE_OMP true)
set(USE_MPI true)
set(USE_SLEPC true)
set(USE_MPI false)
set(USE_SLEPC false)

set(USE_FMT_WEIGHTS_BEFORE_JUN_2021 false)
set(USE_FMT_WEIGHTS_BEFORE_JAN_2023 false)
Expand Down

0 comments on commit a8840e3

Please sign in to comment.