-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(cmake): add `CPM.cmake`, restructure CMakeLists * refactor(cmake): update examples * refactor(cmake): update tests * fix: missing include * refactor(cmake): update python bindings * feat: add sanitizer options * feat(cmake): add install target * refactor(cmake/python): use `CMAKE_LIBRARY_OUTPUT_DIRECTORY` when available * feat(cmake): add sanitizer options for gcc * fix(cmake): static builds * refactor(cmake): add messages * fix(format-project): shellcheck issues * refactor(cmake/sanitizer): more explicit compiler id check * fix: update formatting * fix(workflows): build commands * fix(workflows(windows): long paths * fix(CMakeLists): disable VTK rendering group * docs(readme): update build instructions * docs(readme): fix test command * fix: ctest excludes * refactor: disable sanitizer for msvc and apple clang * chore: apply cmake-format * fix(cmake-format): define CPM functions * fix(vtk): disable libproj support * Should fix Windows workflow * revert: formatting * fix(ci/windows): enable long paths * refactor(cmake): disable wrapping for vtk and disable libproj * refactor(cmake): disable sanitizer by default * fix(windows): only export symbols for viennals * refactor(cmake): exclude dependencies from all target * refactor(cmake): use get-cpm * refactor(cmake): lower required vtk version * This should also fix the windows workflows as we've switched to a commit that includes upstream!10542 * fix: formatting * fix: setup vtk env for targets * fix: formatting * fix: remove debug print * fix(cmakelists): vtk dir on linux * fix: skip vtk environment on non windows platforms * fix: formatting * refactor: more logging, don't use early return in macro * early return behavior in macro may vary in different cmake versions * refactor: adjust target naming
- Loading branch information
Showing
71 changed files
with
603 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include: ["cmake/.cpm-format"] | ||
format: | ||
line_width: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.