mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-09 05:14:22 +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}>
|
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(crc32c
|
set_property(
|
||||||
PRIVATE
|
TARGET crc32c_arm64 crc32c_sse42 crc32c
|
||||||
CRC32C_HAVE_CONFIG_H=1
|
APPEND
|
||||||
|
PROPERTY COMPILE_DEFINITIONS CRC32C_HAVE_CONFIG_H
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(crc32c
|
set_target_properties(crc32c
|
||||||
|
|
Loading…
Add table
Reference in a new issue