remove unmaintained eltopo, keeping scons/cmake entries, but commenting out user visible config to make branch merging less of a hassle.
This commit is contained in:
7
extern/CMakeLists.txt
vendored
7
extern/CMakeLists.txt
vendored
@@ -32,9 +32,10 @@ if(WITH_BULLET)
|
||||
add_subdirectory(bullet2)
|
||||
endif()
|
||||
|
||||
if(WITH_MOD_CLOTH_ELTOPO)
|
||||
add_subdirectory(eltopo)
|
||||
endif()
|
||||
# now only available in a branch
|
||||
#if(WITH_MOD_CLOTH_ELTOPO)
|
||||
# add_subdirectory(eltopo)
|
||||
#endif()
|
||||
|
||||
if(WITH_BINRELOC)
|
||||
add_subdirectory(binreloc)
|
||||
|
3
extern/SConscript
vendored
3
extern/SConscript
vendored
@@ -8,8 +8,11 @@ SConscript(['colamd/SConscript'])
|
||||
if env['WITH_BF_GAMEENGINE']:
|
||||
SConscript(['recastnavigation/SConscript'])
|
||||
|
||||
# now only available in a branch
|
||||
'''
|
||||
if env['WITH_BF_ELTOPO']:
|
||||
SConscript(['eltopo/SConscript'])
|
||||
'''
|
||||
|
||||
if env['WITH_BF_BULLET']:
|
||||
SConscript(['bullet2/src/SConscript'])
|
||||
|
Reference in New Issue
Block a user