From e285d9ec09d3cf8d5e7ec3703cbf25d8818419d6 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@cnes.fr> Date: Fri, 2 Mar 2018 14:26:16 +0100 Subject: [PATCH] ENH: remove MPIConfig_LIBRARIES cmake variable (use OTBMPIConfig_LIBRARIES instead) --- Modules/MPI/MPIConfig/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/MPI/MPIConfig/CMakeLists.txt b/Modules/MPI/MPIConfig/CMakeLists.txt index ed0784dadc..dabc7a26ac 100644 --- a/Modules/MPI/MPIConfig/CMakeLists.txt +++ b/Modules/MPI/MPIConfig/CMakeLists.txt @@ -19,9 +19,6 @@ # project(MPIConfig) -set(MPIConfig_LIBRARIES MPIConfig) - set(OTBMPIConfig_LIBRARIES OTBMPIConfig) otb_module_impl() - -- GitLab