Skip to content

Commit

Permalink
fix: Make multi-config presets work again
Browse files Browse the repository at this point in the history
Reverted breaking change for multiple-configuration presets that was previously included in #1669
  • Loading branch information
jadebenn authored Dec 8, 2024
1 parent 8b56b0b commit e9c4bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"displayName": "Default configure step",
"description": "Use 'build' dir and Unix makefiles",
"binaryDir": "${sourceDir}/build",
"environment": {
"DLU_CONFIG_DIR": "${sourceDir}/build"
},
"generator": "Unix Makefiles"
},
{
Expand Down

0 comments on commit e9c4bbe

Please sign in to comment.