Skip to content

Commit

Permalink
build cmaes if build-missing is not chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler committed Jul 15, 2024
1 parent fec0df1 commit 035d3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def conan_install(profile, additional_options=[], build_missing=False):

if build_missing:
cmd += ["--build=missing"]
else:
cmd += ["--build=cmaes/0.10.0"]

subprocess.check_call(cmd)

Expand Down

0 comments on commit 035d3ce

Please sign in to comment.