Commit af8389ba by Maarten L. Hekkelman

fix dependencies

parent 24ca1017
......@@ -2,7 +2,10 @@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
find_dependency(gxrio)
# These are for gxrio
find_dependency(ZLIB REQUIRED)
find_dependency(LibLZMA REQUIRED)
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake")
......
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