include building tools in "most" preset

This commit is contained in:
Axel Kohlmeyer
2020-03-17 00:57:30 -04:00
parent 3d66167f64
commit b692da3b01

View File

@ -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)