From 9a66775ad5c8bee3cec56d4b861d1c199a635b05 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 23 Mar 2018 10:20:17 +0100 Subject: [PATCH] fix install --- tools/cmake/Distrib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index 25014f1318..8a8c3d0490 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -21,7 +21,7 @@ if(enable_smpi) ${CMAKE_BINARY_DIR}/bin/smpiff DESTINATION bin/) install(PROGRAMS - ${CMAKE_BINARY_DIR}/src/mpi.mod + ${CMAKE_BINARY_DIR}/include/smpi/mpi.mod DESTINATION include/smpi/) endif() endif() -- 2.20.1