mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-10 13:29:02 -04:00
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:
parent
c101181938
commit
64ace72cd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user