Remove outdated comment

We now include all dependencies which are needed beyond basic build tools
This commit is contained in:
Francesco Mazzoli
2023-11-28 21:45:40 +00:00
committed by GitHub Enterprise
parent a879372a7a
commit e48bb98f73

View File

@@ -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)