diff --git a/cmake/presets/most.cmake b/cmake/presets/most.cmake index b2c53bd41d..2f5b517526 100644 --- a/cmake/presets/most.cmake +++ b/cmake/presets/most.cmake @@ -13,3 +13,5 @@ set(ALL_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL foreach(PKG ${ALL_PACKAGES}) set(PKG_${PKG} ON CACHE BOOL "" FORCE) endforeach() + +set(BUILD_TOOLS ON CACHE BOOL "" FORCE)