Skip to content

Commit a62b714

Browse files
committed
remove obsolete comment
1 parent de0f816 commit a62b714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mono/mono/mini/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include(../eglib/CMakeLists.txt)
4444
include(../utils/CMakeLists.txt)
4545
include(../metadata/CMakeLists.txt)
4646
include(../sgen/CMakeLists.txt)
47-
if(INTERNAL_ZLIB) # TODO: hook up HAVE_SYS_ZLIB instead
47+
if(INTERNAL_ZLIB)
4848
include(../zlib/CMakeLists.txt)
4949
elseif(HAVE_SYS_ZLIB)
5050
set(Z_LIBS z)

0 commit comments

Comments
 (0)