remove duplicate function call in cmake (#19697) (#19938)

* AssureOutOfSourceBuilds() is called in module file. No need to
call it in root cmake file.
This commit is contained in:
minggo 2019-07-22 09:35:30 +08:00 committed by GitHub
parent 5820915287
commit 0b7448bfc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ set(CMAKE_MODULE_PATH ${COCOS2DX_ROOT_PATH}/cmake/Modules/)
# prevent in-source-build
include(PreventInSourceBuilds)
AssureOutOfSourceBuilds()
# works before build libcocos2d
include(CocosBuildSet)