Skip to content

Commit

Permalink
refactor: Tidy CMake Presets (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 authored and rprospero committed Mar 11, 2024
1 parent 3ddc42b commit 4147609
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"description": "Common settings for building on Nix systems",
"hidden": true,
"cacheVariables": {
"CONAN": "OFF",
"AntlrRuntime_INCLUDE_DIRS": "$env{AntlrRuntime_INCLUDE_DIRS}",
"AntlrRuntime_LINK_DIRS": "$env{AntlrRuntime_LINK_DIRS}"
"CONAN": "OFF"
}
},
{
Expand Down

0 comments on commit 4147609

Please sign in to comment.