TSMP2 should properly support CMAKE_BUILD_PARALLEL_LEVEL. Enabling this triggers build on all component models simultaneously, but this is not desirable because build logs become unreadable and diagnosing build errors becomes extremely difficult. CMAKE_BUILD_PARALLEL_LEVEL should keep the component model build sequence and let the parallelization happen at the component model level.
TSMP2 should properly support
CMAKE_BUILD_PARALLEL_LEVEL. Enabling this triggers build on all component models simultaneously, but this is not desirable because build logs become unreadable and diagnosing build errors becomes extremely difficult.CMAKE_BUILD_PARALLEL_LEVELshould keep the component model build sequence and let the parallelization happen at the component model level.