From 1c47103c03d76e3cd0862ab449797cded0bf7e14 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Fri, 23 Apr 2021 22:30:13 +0200 Subject: [PATCH] Fixing compilation with mpi wrappers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91d55d9..f70c025 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ find_package(HIP) if(HIP_FOUND) set(DEFINE_HIP_GPU "#define HIP_GPU") set(DEFINE_CUDIFY_USE_HIP "#define CUDIFY_USE_HIP") -else +else() #if not HIP we set the MPI wrappers set(CMAKE_C_COMPILER mpicc) set(CMAKE_CXX_COMPILER mpic++) -- GitLab