Commit d95b7be2 by Maarten L. Hekkelman

removed remaining lzma references

parent 2f0a23f5
[submodule "gxrio"]
path = gxrio
url = https://github.com/mhekkel/gxrio.git
...@@ -4,7 +4,6 @@ include(CMakeFindDependencyMacro) ...@@ -4,7 +4,6 @@ include(CMakeFindDependencyMacro)
find_dependency(Threads) find_dependency(Threads)
find_dependency(ZLIB REQUIRED) find_dependency(ZLIB REQUIRED)
find_dependency(LibLZMA REQUIRED)
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake") INCLUDE("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake")
......
...@@ -8,6 +8,6 @@ Name: libcifpp ...@@ -8,6 +8,6 @@ Name: libcifpp
Description: C++ library for the manipulation of mmCIF files. Description: C++ library for the manipulation of mmCIF files.
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Requires.private: zlib, liblzma Requires.private: zlib
Libs: -L${libdir} -lcifpp Libs: -L${libdir} -lcifpp
Cflags: -I${includedir} -pthread Cflags: -I${includedir} -pthread
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment