Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: the cmake run command #199

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2023

  1. fix: the cmake run command

        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 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a8732ec View commit details
    Browse the repository at this point in the history
  2. 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 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5cae330 View commit details
    Browse the repository at this point in the history