Skip to content

Commit 5794eaf

Browse files
committed
Remove old, errant warning message about OC < 2.x
1 parent 23fcc18 commit 5794eaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,6 @@ if(opencoarrays_aware_compiler)
724724
add_caf_test(allocate_as_barrier_proc 8 allocate_as_barrier_proc)
725725
endif()
726726
if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
727-
message( STATUS "Allocatable components of coarray derived types only supported in GFortran >= 7 with OpenCoarrays > 1.8.4" )
728-
message( STATUS "(but full support not anticipated until OpenCoarrays 2.0 release)" )
729727
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)
730728
message( AUTHOR_WARNING "Allocatable components of coarray derived type developer tests enabled, despite lack of support in GFortran < 7\n These tests should fail." )
731729
endif()

0 commit comments

Comments
 (0)