Skip to content

Commit ec6e9f9

Browse files
JohnCoconutminggo
authored andcommitted
remove duplicate function call in cmake (#19697)
* AssureOutOfSourceBuilds() is called in module file. No need to call it in root cmake file.
1 parent c36dbb4 commit ec6e9f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ set(CMAKE_MODULE_PATH ${COCOS2DX_ROOT_PATH}/cmake/Modules/)
3636

3737
# prevent in-source-build
3838
include(PreventInSourceBuilds)
39-
AssureOutOfSourceBuilds()
4039

4140
# works before build libcocos2d
4241
include(CocosBuildSet)

0 commit comments

Comments
 (0)