Closed hriekehof closed 5 years ago
I tried using variable substitution of environment variables in the cmake_configurations.json For the buildDirectory i can use something like
cmake_configurations.json
buildDirectory
cmake.buildDirectory:${env:BUILD_PATH}/project/${buildType}
But when i want to use an environment variable for the toolchain variable to specify a toolchain file it seems not to work. Would be great to use environment variables also for the toolchain file
toolchain
Added. :)
I tried using variable substitution of environment variables in the
cmake_configurations.json
For thebuildDirectory
i can use something likecmake.buildDirectory:${env:BUILD_PATH}/project/${buildType}
But when i want to use an environment variable for the
toolchain
variable to specify a toolchain file it seems not to work. Would be great to use environment variables also for the toolchain file