X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dcc0f7637038f95653e28555735bdfb65fbef932..588eef405b9b0cfaf52a7949de146776ff350b1e:/teshsuite/smpi/mpich-test/pt2pt/CMakeLists.txt diff --git a/teshsuite/smpi/mpich-test/pt2pt/CMakeLists.txt b/teshsuite/smpi/mpich-test/pt2pt/CMakeLists.txt index 842271a958..01ee3eb649 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/CMakeLists.txt +++ b/teshsuite/smpi/mpich-test/pt2pt/CMakeLists.txt @@ -99,7 +99,7 @@ if(enable_smpi) # add_executable(structf structf.f) add_executable(typebasef typebasef.f) add_executable(sendcplx sendcplx.f) - endif(SMPI_F2C) + endif() target_link_libraries(overtake m simgrid smpi ) target_link_libraries(bsendtest m simgrid smpi ) @@ -192,7 +192,7 @@ if(enable_smpi) target_link_libraries(sendfort m simgrid smpi f2c) # target_link_libraries(structf m simgrid smpi f2c) target_link_libraries(typebasef m simgrid smpi f2c) - endif(SMPI_F2C) + endif() set_target_properties(overtake PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(bsendtest PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") @@ -285,8 +285,8 @@ if(enable_smpi) set_target_properties(sendfort PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(structf PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(typebasef PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") - endif(SMPI_F2C) -endif(enable_smpi) + endif() +endif() set(tesh_files ${tesh_files}