Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/cxx-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'
itk-cmake-options: '-DCMAKE_CXX_STANDARD:BOOL=20'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this line was specifically meant to set the CXX_STANDARD for ITK (rather than ITK-Wasm)...? Because ITK has C++17 (rather than C++20) by default. If that's the case, only the BOOL may be buggy 🤷

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!


#python-build-workflow:
## itk-wasm branch
Expand Down
Loading