summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gard.spreemann@epfl.ch>2019-05-13 10:12:27 +0200
committerGard Spreemann <gard.spreemann@epfl.ch>2019-05-13 10:12:27 +0200
commit4882ac5689aaf32ad494d0731f7d996cd1d70e08 (patch)
tree8273b37128970375b8d40c1bdb6e767da1e4ea5d
parent5637afd21e38fe7262f548711fcf1a1e62c2dbb4 (diff)
Bump minimum CMake version to correctly link with pthreads on some systems.
This may not in fact be the actual minimum required version.
-rw-r--r--geom_matching/wasserstein/mpi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/geom_matching/wasserstein/mpi/CMakeLists.txt b/geom_matching/wasserstein/mpi/CMakeLists.txt
index c307a24..167420a 100644
--- a/geom_matching/wasserstein/mpi/CMakeLists.txt
+++ b/geom_matching/wasserstein/mpi/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.1.0)
project(hera_mpi)