Skip to content
Snippets Groups Projects
Commit 2e854223 authored by Oleg Babin's avatar Oleg Babin Committed by Kirill Yukhin
Browse files

build: cleanup BuildZSTD.cmake

Seems CMakeLists.txt contains the same line as inside
BuildZSTD.cmake. Seems we don't need to duplicate this logic
twice let's remove it.
parent e07b9054
No related merge requests found
......@@ -41,5 +41,4 @@ macro(zstd_build)
include_directories(${ZSTD_INCLUDE_DIRS})
find_package_message(ZSTD "Using bundled ZSTD"
"${ZSTD_LIBRARIES}:${ZSTD_INCLUDE_DIRS}")
add_dependencies(build_bundled_libs zstd)
endmacro(zstd_build)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment