mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-09 21:57:20 +01:00
Update crc32c subtree to latest upstream master
This commit is contained in:
commit
9546b3a2a3
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue