Add requested TODOs.

This commit is contained in:
Ben Kirzhner
2023-05-22 12:37:27 -07:00
committed by teejusb
parent 0c5160dd1c
commit 7c4f628247
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -474,6 +474,7 @@ if(APPLE)
# Fixes build failures due to warnings on macOS >= 13.3
# See itgmania/itgmania#107 for details
# TODO(teejusb/natano): Remove these two lines once these issues have been fixed upstream.
set_property(TARGET "tomcrypt" PROPERTY C_STANDARD 90)
set_property(TARGET "tomcrypt" PROPERTY C_STANDARD_REQUIRED ON)
endif()
+1
View File
@@ -35,6 +35,7 @@ set_property(TARGET "zlib" PROPERTY FOLDER "External Libraries")
if(APPLE)
# Fixes build failures due to warnings on macOS >= 13.3
# See itgmania/itgmania#107 for details
# TODO(teejusb/natano): Remove these two lines once these issues have been fixed upstream.
set_property(TARGET "zlib" PROPERTY C_STANDARD 90)
set_property(TARGET "zlib" PROPERTY C_STANDARD_REQUIRED ON)
endif(APPLE)