cuBB default cmake parameters

In the Running cuBB End-to-End section of the instruction, we’re given a few variants of the cmake command in order to build cuBB, and it seems that they all have the same value for CMAKE_TOOLCHAIN_FILE, wouldn’t it be better so set this as a default in the CMakeLists.txt file, and simply pass that parameter to cmake when the value does need to be changed? I feel that this parameter only brings unnecessary complexity to the build process

4 Likes