mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455
0bac72c455 Merge bitcoin-core/crc32c-subtree#5: local, bugfix: Define `CRC32C_HAVE_CONFIG_H` macro for all targets 002cfa280e local, bugfix: Define `CRC32C_HAVE_CONFIG_H` macro for all targets git-subtree-dir: src/crc32c git-subtree-split: 0bac72c4552baf1cc9fe03ee30d6542cb7af2e04
This commit is contained in:
parent
1d44513f9b
commit
08269e54a9
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