From 4046a3c9b99f3bdb768c0315b8b3addc06102427 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Tue, 23 Jan 2018 14:46:15 +0100 Subject: [PATCH] Fixed typo --- tools/build-rawtherapee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-rawtherapee b/tools/build-rawtherapee index 3b994b670..183d0a3d2 100755 --- a/tools/build-rawtherapee +++ b/tools/build-rawtherapee @@ -137,7 +137,7 @@ cmake \ -DWITH_PROF="OFF" \ -DWITH_SAN="OFF" \ -DWITH_SYSTEM_KLT="OFF" \ - -DWITH_BENCHFUN="OFF" \ + -DWITH_BENCHMARK="OFF" \ "$HOME/programs/code-${prog}" || exit 1 make --jobs="$cpuCount" install || exit 1