Remove redundant variable expansion

This commit is contained in:
Chris Thrasher 2024-11-20 17:56:46 -07:00
parent 0747949843
commit 7178802cdf
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -4,7 +4,7 @@
{
"name": "dev",
"binaryDir": "build",
"installDir": "${sourceDir}/build/install",
"installDir": "build/install",
"cacheVariables": {
"CMAKE_CXX_EXTENSIONS": "OFF",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",