From 28e78870e8fa0c16e8cfea4c92cc286723382575 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 20 Mar 2020 10:58:56 +0000 Subject: [PATCH] Fix comment typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc4fe5a6a..ad7dcb99e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -789,7 +789,7 @@ endif (APPLE) set_source_files_properties (${WSJTX_ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) -# supress intransigent compiler diagnostics +# suppress intransigent compiler diagnostics set_source_files_properties (lib/decoder.f90 PROPERTIES COMPILE_FLAGS "-Wno-unused-dummy-argument") set_source_files_properties (lib/filbig.f90 PROPERTIES COMPILE_FLAGS "-Wno-aliasing")