Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also add the mpich3 binaries in the dependencies of make tests
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / comm / CMakeLists.txt
index 9882a17..8867e04 100644 (file)
@@ -6,15 +6,15 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
     set(CMAKE_Fortran_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpiff")
   endif()
 
-  set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
   include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi")
-  include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/")
 
- # add_executable(commerrf commerrf.f)
-#  add_executable(commnamef commnamef.f)
+ # add_executable(commerrf EXCLUDE_FROM_ALL commerrf.f)
+ # add_executable(commnamef EXCLUDE_FROM_ALL commnamef.f)
+
+ # add_dependencies(tests commerrf commnamef)
 
  # target_link_libraries(commerrf simgrid mtest_f77)
- target_link_libraries(commnamef simgrid mtest_f77)
+ # target_link_libraries(commnamef simgrid mtest_f77)
 endif()
 
 set(examples_src