Skip to content

Point scikit-build-core towards a subdirectory when building #1115

Discussion options

You must be logged in to vote

This works now, thanks. Also if my CMake project used presets and a dependency manager like vcpkg (which requires triplets for each platform), how would I specify the preset to use. I've currently got, but it doesn't seem to be working:

[[tool.scikit-build.overrides]]
if.platform-system = "$win32"
cmake.args = [ "--preset WinRelease"]

[[tool.scikit-build.overrides]]
if.platform-system = "$linux"
cmake.args = ["--preset LinuxRelease"]

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@JackAshwell11
Comment options

Answer selected by JackAshwell11
@henryiii
Comment options

@JackAshwell11
Comment options

@henryiii
Comment options

@henryiii
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants