Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
funny this did not break before, thank lto on freebsd
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 25 Feb 2020 07:56:24 +0000 (08:56 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 25 Feb 2020 07:56:24 +0000 (08:56 +0100)
teshsuite/smpi/mpich3-test/f77/info/CMakeLists.txt

index a8b8cdd..286bddf 100644 (file)
@@ -9,8 +9,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
   set(CMAKE_INCLUDE_CURRENT_DIR ON)
   include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi")
 
-  add_executable(infotest2f EXCLUDE_FROM_ALL infotest2f.f ../util/mtestf.f)
-  add_executable(infotestf  EXCLUDE_FROM_ALL infotestf.f ../util/mtestf.f)
+  add_executable(infotest2f EXCLUDE_FROM_ALL infotest2f.f)
+  add_executable(infotestf  EXCLUDE_FROM_ALL infotestf.f)
   add_dependencies(tests infotestf infotest2f)
   target_link_libraries(infotest2f simgrid mtest_f77)
   target_link_libraries(infotestf simgrid mtest_f77)