mirror of
https://github.com/boostorg/boostdep.git
synced 2026-01-19 04:02:14 +00:00
Add tools/cmake to essentials
This commit is contained in:
@@ -243,7 +243,7 @@ if( __name__ == "__main__" ):
|
||||
gm = read_gitmodules()
|
||||
vprint( 2, '.gitmodules:', gm )
|
||||
|
||||
essentials = [ 'config', 'headers', '../tools/boost_install', '../tools/build' ]
|
||||
essentials = [ 'config', 'headers', '../tools/boost_install', '../tools/build', '../tools/cmake' ]
|
||||
|
||||
essentials = [ e for e in essentials if os.path.exists( 'libs/' + e ) ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user