Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to build unused tests and save up to 25% on build time.
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / comm / CMakeLists.txt
index 1b02983..cedc5c1 100644 (file)
@@ -13,10 +13,10 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_F2C)
   include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/")
 
  # add_executable(commerrf commerrf.f)
-  add_executable(commnamef commnamef.f)
+#  add_executable(commnamef commnamef.f)
 
  # target_link_libraries(commerrf simgrid mtest_f77)
-  target_link_libraries(commnamef simgrid mtest_f77)
+#  target_link_libraries(commnamef simgrid mtest_f77)
 
 endif()