Skip to content

Commit

Permalink
Merge pull request #152 from mdavezac/development
Browse files Browse the repository at this point in the history
Disable some dev stuff
  • Loading branch information
Mayeul d'Avezac authored Oct 17, 2016
2 parents 0585fa5 + 8aa9558 commit 838374f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ set_version(2.0.0)
get_gitref()

option(tests "Enable testing" on)
option(python "Enable python" on)
option(benchmarks "Enable benchmarking" on)
option(python "Enable python" off)
option(benchmarks "Enable benchmarking" off)
option(examples "Enable Examples" on)
option(logging "Enable logging" on)
option(regressions "Enable regressions" on)
option(regressions "Enable regressions" off)
option(openmp "Enable OpenMP" on)

if(regressions)
Expand Down

0 comments on commit 838374f

Please sign in to comment.