Skip to content

Commit

Permalink
Update crc32c subtree to latest upstream master
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Aug 13, 2022
2 parents aca0200 + 08269e5 commit 9546b3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/crc32c/CMakeLists.txt
Expand Up @@ -296,9 +296,10 @@ target_include_directories(crc32c
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

target_compile_definitions(crc32c
PRIVATE
CRC32C_HAVE_CONFIG_H=1
set_property(
TARGET crc32c_arm64 crc32c_sse42 crc32c
APPEND
PROPERTY COMPILE_DEFINITIONS CRC32C_HAVE_CONFIG_H
)

set_target_properties(crc32c
Expand Down

0 comments on commit 9546b3a

Please sign in to comment.