aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'client/Dockerfile')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index 858b954..c2969ea 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -16,7 +16,7 @@ RUN build_deps='boost-dev cmake g++ make python3' && \
--configuration Release \
-- \
"$src_dir" \
- -D ENABLE_TESTS=ON \
+ -D MATH_SERVER_TESTS=ON \
-D Boost_USE_STATIC_LIBS=OFF
FROM base