Skip to content

Commit b47aae5

Browse files
authored
add missing newline char in error message
1 parent f92f857 commit b47aae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ if(NETCDF)
707707
if(HAVE_NETCDF4)
708708
set(USE_NETCDF4 1)
709709
else(HAVE_NETCDF4)
710-
message(STATUS "warning, you don't have NetCDF-4 version"
710+
message(STATUS "warning, you don't have NetCDF-4 version\n"
711711
"some new NetCDF capabilities in NetCDF-4 (related to Groups) will not be usable")
712712
endif(HAVE_NETCDF4)
713713
else(NETCDF_FOUND)

0 commit comments

Comments
 (0)