mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-05 18:40:16 -06:00
Remove outdated comment
We now include all dependencies which are needed beyond basic build tools
This commit is contained in:
committed by
GitHub Enterprise
parent
a879372a7a
commit
e48bb98f73
@@ -1,5 +1,3 @@
|
||||
# We only include things that we care about performance-wise, or that alpine does not
|
||||
# have as static libraries.
|
||||
find_program(MAKE_EXE NAMES gmake nmake make)
|
||||
|
||||
if(${CMAKE_VERSION} VERSION_GREATER "3.23")
|
||||
@@ -175,4 +173,4 @@ set_target_properties(jemalloc PROPERTIES IMPORTED_LOCATION ${INSTALL_DIR}/lib/l
|
||||
# This explicit dependency tracking is needed for ninja, which is blind to the
|
||||
# include dependencies from our code into the above, apparently.
|
||||
add_custom_target(thirdparty)
|
||||
add_dependencies(thirdparty make_uring make_lz4 make_zstd make_rocksdb make_xxhash make_jemalloc)
|
||||
add_dependencies(thirdparty make_uring make_lz4 make_zstd make_rocksdb make_xxhash make_jemalloc)
|
||||
|
||||
Reference in New Issue
Block a user