Merge pull request #125 from halx99/fix-cmake-warnings

fix cmake warnings & cover chipmunk float precision use on apple
This commit is contained in:
HALX99 2020-07-30 21:33:50 -07:00 committed by GitHub
commit 0798a5b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,6 @@ endif()
# Set macro definitions for special platforms
function(use_cocos2dx_compile_define target)
target_compile_definitions(${target} PUBLIC $<$<CONFIG:Debug>:COCOS2D_DEBUG=1>)
target_compile_definitions(${target} PUBLIC CP_USE_DOUBLES=0)
if(APPLE)
target_compile_definitions(${target} PUBLIC __APPLE__)
target_compile_definitions(${target} PUBLIC USE_FILE32API)

View File

@ -1,5 +1,5 @@
{
"version": "v52",
"version": "v53",
"zip_file_size": "107642814",
"repo_name": "engine-x-3rd",
"repo_parent": "https://github.com/c4games/",