When forcing USE_THREAD=0, override USE_OPENMP as well
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 23 Jan 2018 20:33:21 +0000 (21:33 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 20:33:21 +0000 (21:33 +0100)
commit4a4f6658de0fb838a19dc493a0f6dc3b40127145
tree5e4893022824ffe43b82d0ed6b8cd78541176130
parent281a2b952ffec9a132f4d28a1b6aa86f54bd6cf7
When forcing USE_THREAD=0, override USE_OPENMP as well

This avoids an error exit a few lines down as USE_THREAD=0 conflicts with USE_OPENMP=1
Makefile.system