mirror of https://github.com/axmolengine/axmol.git
* AssureOutOfSourceBuilds() is called in module file. No need to call it in root cmake file.
This commit is contained in:
parent
5820915287
commit
0b7448bfc0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue