Skip to content

Create VINCA_CUSTOM_CMAKE_BUILD_DIR directory if not exists#116

Merged
Tobias-Fischer merged 1 commit intoRoboStack:masterfrom
olivier-roussel:too-long-path-2
Mar 12, 2026
Merged

Create VINCA_CUSTOM_CMAKE_BUILD_DIR directory if not exists#116
Tobias-Fischer merged 1 commit intoRoboStack:masterfrom
olivier-roussel:too-long-path-2

Conversation

@olivier-roussel
Copy link
Contributor

This completes #115 which was adding a feature to use VINCA_CUSTOM_CMAKE_BUILD_DIR env var as CMake build dir if set.
However, if the variable is set but the directory does not, this will just skip this and give no error as it.
We could either enforce the corresponding directory to be created first (and add a test here), or create the corresponding directory here if not already existing, which is what this PR propose.
Sorry to have missed that in #115.

@Tobias-Fischer Tobias-Fischer merged commit 65f211c into RoboStack:master Mar 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants