arangodb: capitalize cmake flag

This commit is contained in:
John Soo
2022-10-30 10:22:18 -07:00
parent 10fda118ee
commit 6cb592a4f2
+1 -1
View File
@@ -43,7 +43,7 @@ gcc10Stdenv.mkDerivation rec {
cmakeFlags = [
"-DUSE_MAINTAINER_MODE=OFF"
"-DUSE_GOOGLE_TESTS=off"
"-DUSE_GOOGLE_TESTS=OFF"
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
# avoid reading /proc/cpuinfo for feature detection