mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
Fix double-conversion include for copy-headers
This commit is contained in:
parent
55c13cefb6
commit
3a1bc23370
@ -16,6 +16,9 @@ list(APPEND dirs ${dirs1})
|
|||||||
get_property (dirs1 TARGET roaring PROPERTY INCLUDE_DIRECTORIES)
|
get_property (dirs1 TARGET roaring PROPERTY INCLUDE_DIRECTORIES)
|
||||||
list(APPEND dirs ${dirs1})
|
list(APPEND dirs ${dirs1})
|
||||||
|
|
||||||
|
get_property (dirs1 TARGET double-conversion PROPERTY INCLUDE_DIRECTORIES)
|
||||||
|
list(APPEND dirs ${dirs1})
|
||||||
|
|
||||||
if (USE_INTERNAL_BOOST_LIBRARY)
|
if (USE_INTERNAL_BOOST_LIBRARY)
|
||||||
get_property (dirs1 TARGET ${Boost_PROGRAM_OPTIONS_LIBRARY} PROPERTY INCLUDE_DIRECTORIES)
|
get_property (dirs1 TARGET ${Boost_PROGRAM_OPTIONS_LIBRARY} PROPERTY INCLUDE_DIRECTORIES)
|
||||||
list(APPEND dirs ${dirs1})
|
list(APPEND dirs ${dirs1})
|
||||||
|
@ -10,4 +10,4 @@ ${LIBRARY_DIR}/double-conversion/fast-dtoa.cc
|
|||||||
${LIBRARY_DIR}/double-conversion/fixed-dtoa.cc
|
${LIBRARY_DIR}/double-conversion/fixed-dtoa.cc
|
||||||
${LIBRARY_DIR}/double-conversion/strtod.cc)
|
${LIBRARY_DIR}/double-conversion/strtod.cc)
|
||||||
|
|
||||||
target_include_directories(double-conversion SYSTEM PUBLIC "${LIBRARY_DIR}")
|
target_include_directories(double-conversion SYSTEM BEFORE PUBLIC "${LIBRARY_DIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user