Minor CMakeLists fix
1 unresolved thread
1 unresolved thread
Compare changes
+ 2
− 2
@@ -25,8 +25,8 @@ find_package(ZLIB REQUIRED)
The previous merge request did build under linux but not under windows. Hence, we have to provide absolute paths to link zlib instead of just the name.
Would be cool to turn ZLIB into an (CMAKE) interface library. Then all the link/include shenanigans would be handled by just linking to
zlib
.