Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add smpi_f77 to extra dist if not in smpi src
authornavarro <navarro@caraja.(none)>
Thu, 25 Oct 2012 15:20:12 +0000 (17:20 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 25 Oct 2012 15:20:12 +0000 (17:20 +0200)
buildtools/Cmake/DefinePackages.cmake

index 3579675..6e6ab3f 100644 (file)
@@ -126,6 +126,11 @@ if(SMPI_F2C)
     ${SMPI_SRC}
     src/smpi/smpi_f77.c
     )
+else(SMPI_F2C)
+  set(EXTRA_DIST
+    ${EXTRA_DIST}
+    src/smpi/smpi_f77.c
+  )
 endif(SMPI_F2C)
 
 set(GRAS_RL_SRC