mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix Darwin
This commit is contained in:
parent
7b4d0cf9d5
commit
641c086dbd
@ -5,4 +5,4 @@ add_library(ch_contrib::incbin ALIAS _incbin)
|
|||||||
|
|
||||||
# Warning "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled.
|
# Warning "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled.
|
||||||
# Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning."
|
# Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning."
|
||||||
target_compile_definitions(_inclin PUBLIC INCBIN_SILENCE_BITCODE_WARNING)
|
target_compile_definitions(_incbin INTERFACE INCBIN_SILENCE_BITCODE_WARNING)
|
||||||
|
Loading…
Reference in New Issue
Block a user