Skip to content

Update cmake

Simon Praetorius requested to merge feature/update-cmake into master

Summary

Remove separate lib/ directory and create the dunevtk library directly in the main CMakeLists file. This allows to use target_sources on that created target directly. Also remove the enable_all_packages call, better link against the only found package ZLIB directly, by using imported targets.

Merge request reports