fix typo errors

This commit is contained in:
EndrII
2022-11-16 20:55:45 +03:00
parent 29065889d0
commit d916c4e448
-1
View File
@@ -2,7 +2,6 @@ if(DEFINED CRC_LIBRARY)
return() return()
else() else()
set(CRC_LIBRARY 1) set(CRC_LIBRARY 1)
add_definitions(-DCRC_LIBRARY)
endif() endif()
project(CRC) project(CRC)