Add requested TODOs.
This commit is contained in:
Vendored
+1
@@ -474,6 +474,7 @@ if(APPLE)
|
|||||||
|
|
||||||
# Fixes build failures due to warnings on macOS >= 13.3
|
# Fixes build failures due to warnings on macOS >= 13.3
|
||||||
# See itgmania/itgmania#107 for details
|
# 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 90)
|
||||||
set_property(TARGET "tomcrypt" PROPERTY C_STANDARD_REQUIRED ON)
|
set_property(TARGET "tomcrypt" PROPERTY C_STANDARD_REQUIRED ON)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Vendored
+1
@@ -35,6 +35,7 @@ set_property(TARGET "zlib" PROPERTY FOLDER "External Libraries")
|
|||||||
if(APPLE)
|
if(APPLE)
|
||||||
# Fixes build failures due to warnings on macOS >= 13.3
|
# Fixes build failures due to warnings on macOS >= 13.3
|
||||||
# See itgmania/itgmania#107 for details
|
# 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 90)
|
||||||
set_property(TARGET "zlib" PROPERTY C_STANDARD_REQUIRED ON)
|
set_property(TARGET "zlib" PROPERTY C_STANDARD_REQUIRED ON)
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user