Ticket #47806: tests-compiler.patch

File tests-compiler.patch, 573 bytes (added by larryv (Lawrence Velázquez), 9 years ago)
  • src/tests/unit/simple/CMakeLists.txt

    old new add_executable(atomics testAtomics.f90) 
    1515target_link_libraries(atomics OpenCoarrays)
    1616
    1717# C tests
    18 include(CMakeForceCompiler)
    19 CMAKE_FORCE_C_COMPILER(mpicc GNU)
    2018add_executable(C_hello_world hello.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c)
    2119add_executable(C_sync_images syncimages2.c ../../../mpi/mpi_caf.c ../../../common/caf_auxiliary.c)