From 206e54210c3f25384d9adf0eecaf79115595ef09 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 19 Dec 2018 17:44:40 -1000 Subject: [PATCH] Switch to lzokay library --- hecl/driver/CMakeLists.txt | 2 +- hecl/extern/athena | 2 +- hecl/test/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hecl/driver/CMakeLists.txt b/hecl/driver/CMakeLists.txt index dab5a4ee8..de1d3ac60 100644 --- a/hecl/driver/CMakeLists.txt +++ b/hecl/driver/CMakeLists.txt @@ -31,7 +31,7 @@ target_link_libraries(hecl ${DATA_SPEC_LIBS} hecl-full hecl-blender-addon athena-core nod logvisor athena-libyaml ${PNG_LIB} squish xxhash zeus boo - ${ZLIB_LIBRARIES} ${LZO_LIB} ${PLAT_LIBS} ${BOO_SYS_LIBS}) + ${ZLIB_LIBRARIES} lzokay ${PLAT_LIBS} ${BOO_SYS_LIBS}) set_target_properties(hecl PROPERTIES COMPILE_DEFINITIONS HECL_DLPACKAGE="${HECL_DLPACKAGE}") diff --git a/hecl/extern/athena b/hecl/extern/athena index 08f0dc652..2034232d5 160000 --- a/hecl/extern/athena +++ b/hecl/extern/athena @@ -1 +1 @@ -Subproject commit 08f0dc652a60617a4e0b98c48bd2f3f68b358736 +Subproject commit 2034232d5290c91825e07b8232b9d27f5ea1e2d9 diff --git a/hecl/test/CMakeLists.txt b/hecl/test/CMakeLists.txt index 012539730..bd6f78208 100644 --- a/hecl/test/CMakeLists.txt +++ b/hecl/test/CMakeLists.txt @@ -3,7 +3,7 @@ target_link_libraries(heclTest ${HECL_APPLICATION_REPS_TARGETS_LIST} hecl-full hecl-blender-addon athena-core athena-libyaml xxhash logvisor boo - ${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS}) + ${ZLIB_LIBRARIES} lzokay ${BOO_SYS_LIBS}) if(COMMAND add_sanitizers) add_sanitizers(heclTest) endif()