Skip to content

Commit

Permalink
fix: generator args were missing for actual compile (scikit-build#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 12, 2023
1 parent 9c6fcaa commit 571afed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skbuild/cmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def configure(
cmake_source_dir,
"-G",
generator.name,
*generator.args,
"--no-warn-unused-cli",
f"-DCMAKE_INSTALL_PREFIX:PATH={cmake_install_prefix}",
f"-DPYTHON_VERSION_STRING:STRING={python_version_string}",
Expand Down

0 comments on commit 571afed

Please sign in to comment.