Skip to content

Commit 9546b3a

Browse files
committed
Update crc32c subtree to latest upstream master
2 parents aca0200 + 08269e5 commit 9546b3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/crc32c/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,10 @@ target_include_directories(crc32c
296296
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
297297
)
298298

299-
target_compile_definitions(crc32c
300-
PRIVATE
301-
CRC32C_HAVE_CONFIG_H=1
299+
set_property(
300+
TARGET crc32c_arm64 crc32c_sse42 crc32c
301+
APPEND
302+
PROPERTY COMPILE_DEFINITIONS CRC32C_HAVE_CONFIG_H
302303
)
303304

304305
set_target_properties(crc32c

0 commit comments

Comments
 (0)