message(FATAL_ERROR "The zlib development files were not found you this system, please install them and try again (hint: on debian/ubuntu use apt-get install zlib1g-dev)")
endif()
# Using Eigen3 is a bit of a thing. We don't want to build it completely since
# we only need a couple of header files. Nothing special. But often, eigen3 is
...
...
@@ -451,80 +456,81 @@ else()
unset(CIFPP_CACHE_DIR)
endif()
# Install rules
install(TARGETS cifpp
# Avoid full installation in case we are not the top level target