From 1492ba4a533db5f558274f81a5dad84071206583 Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Mon, 19 Oct 2020 22:36:02 +0300 Subject: [PATCH] Link against LZ4::LZ4 --- components/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 686bd8caa5..c399a70103 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt @@ -233,7 +233,7 @@ target_link_libraries(components ${SDL2_LIBRARIES} ${OPENGL_gl_LIBRARY} ${MyGUI_LIBRARIES} - ${LZ4_LIBRARIES} + LZ4::LZ4 RecastNavigation::DebugUtils RecastNavigation::Detour RecastNavigation::Recast