mmp / pbrt-v4

Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
https://pbrt.org
Apache License 2.0
2.81k stars 433 forks source link

Error typo in CMakeList.txt variable name #311

Closed pbrt4bounty closed 1 year ago

pbrt4bounty commented 1 year ago

Reviewing the Ptex update code I found a error typo in the ext/CMakeLists.txt file. set (ZLIB_LIBRARIES ${ZLIB_LIBARIES} PARENT_SCOPE) https://github.com/mmp/pbrt-v4/blob/master/src/ext/CMakeLists.txt#L55 Maybe it's not detected yet because here, the included Zlib code is always compiled.. Cheers..