From 4882ac5689aaf32ad494d0731f7d996cd1d70e08 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 13 May 2019 10:12:27 +0200 Subject: Bump minimum CMake version to correctly link with pthreads on some systems. This may not in fact be the actual minimum required version. --- geom_matching/wasserstein/mpi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3