diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 10:07:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 10:33:30 +0300 |
commit | faa36614b9b0444faa25534f55fe3d5959ed3302 (patch) | |
tree | 705928671fb565e4e6de4020002dc8d5c1418406 /client/Dockerfile | |
parent | use CMake's install() for predictable paths (diff) | |
download | math-server-faa36614b9b0444faa25534f55fe3d5959ed3302.tar.gz math-server-faa36614b9b0444faa25534f55fe3d5959ed3302.zip |
link to pthreads in CMakeLists.txt
Diffstat (limited to 'client/Dockerfile')
-rw-r--r-- | client/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile index ab1424b..a2408cf 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -22,7 +22,6 @@ WORKDIR /tmp/build RUN cmake -G "Unix Makefiles" \ -D CMAKE_BUILD_TYPE=RelWithDebInfo \ - -D CMAKE_CXX_STANDARD_LIBRARIES="-lpthread" \ -D ENABLE_TESTS=ON \ /tmp/src && \ cmake --build test && \ |