cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

fix: the cmake run command

Open ZengGengSen opened this issue 1 year ago • 4 comments
trafficstars

1. Use the -S option to specify the source directory
2. Use the -B option to specify the build directory
3. If no target is specified, the build command does
   not know the specific target
4. Add an install instruction at the end

ZengGengSen avatar Dec 04 '23 14:12 ZengGengSen

fix(cmake): fix the install command error

    1. The last installation instruction, in the case
       of mul-config, will cause an error and require
       the addition of the parameter --config 'build_type'

    2. The penultimate build instruction used an error
       in --config, which may cause the profile and
       build_type to be unequal

ZengGengSen avatar Dec 04 '23 14:12 ZengGengSen