crc12.cpp was renamed to crc.cpp because it now contains both crc12 and crc10.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7629 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-04-04 19:35:29 +00:00
parent c101181938
commit 64ace72cd4
1 changed files with 2 additions and 2 deletions

View File

@ -266,10 +266,10 @@ set (wsjtx_CXXSRCS
)
set (wsjt_CXXSRCS
lib/crc12.cpp
lib/crc.cpp
)
# deal with a GCC v6 UB error message
set_source_files_properties (lib/crc12.cpp PROPERTIES COMPILE_FLAGS -fpermissive)
set_source_files_properties (lib/crc.cpp PROPERTIES COMPILE_FLAGS -fpermissive)
if (WIN32)
set (wsjt_CXXSRCS