Skip to content

Commit

Permalink
build: remove redundant devcontainer flags (#148)
Browse files Browse the repository at this point in the history
- These flags are automatically set via `CMakePresets.json`.
  • Loading branch information
alexallmont committed Nov 20, 2024
1 parent 45ce89c commit 45c40b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"cmake.cmakePath": "/tools/venv/bin/cmake",
"cmake.configureArgs": [
"-DCMAKE_MAKE_PROGRAM=/tools/venv/bin/ninja",
"-DCMAKE_TOOLCHAIN_FILE=/tools/vcpkg/scripts/buildsystems/vcpkg.cmake",
"-DROUGHPY_BUILD_TESTS=ON",
"-DROUGHPY_BUILD_PYLIB_INPLACE=ON"
"-DCMAKE_TOOLCHAIN_FILE=/tools/vcpkg/scripts/buildsystems/vcpkg.cmake"
]
}
}
Expand Down

0 comments on commit 45c40b5

Please sign in to comment.