X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3389a048bf189dd5faf34500b86d2998101a256..588eef405b9b0cfaf52a7949de146776ff350b1e:/teshsuite/smpi/mpich-test/env/CMakeLists.txt diff --git a/teshsuite/smpi/mpich-test/env/CMakeLists.txt b/teshsuite/smpi/mpich-test/env/CMakeLists.txt index b671596b17..69f5b63662 100644 --- a/teshsuite/smpi/mpich-test/env/CMakeLists.txt +++ b/teshsuite/smpi/mpich-test/env/CMakeLists.txt @@ -25,7 +25,7 @@ if(enable_smpi) # add_executable(errhandf errhandf.f) # add_executable(errstringsf errstringsf.f) add_executable(getprocf getprocf.f) - endif(SMPI_F2C) + endif() target_link_libraries(init m simgrid smpi ) target_link_libraries(timers m simgrid smpi ) target_link_libraries(timertest m simgrid smpi ) @@ -41,7 +41,7 @@ if(enable_smpi) # target_link_libraries(errhandf m simgrid smpi ) # target_link_libraries(errstringsf m simgrid smpi ) target_link_libraries(getprocf m simgrid smpi ) - endif(SMPI_F2C) + endif() set_target_properties(timers PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(timers PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") @@ -58,8 +58,8 @@ if(enable_smpi) # set_target_properties(errhandf PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") # set_target_properties(errstringsf PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(getprocf PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") - endif(SMPI_F2C) -endif(enable_smpi) + endif() +endif() set(tesh_files ${tesh_files}