Skip to content

Commit 7da4067

Browse files
authored
Merge pull request #1431 from thewtex/cmake-cxx-standard-type
ci(cxx-python): set correct type for CMAKE_CXX_STANDARD
2 parents d09f5e7 + c91f233 commit 7da4067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cxx-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
itk-module-deps: '[email protected]'
1919
ctest-options: '-E itkPipelineTest'
20-
itk-cmake-options: '-DCMAKE_CXX_STANDARD:BOOL=20'
20+
itk-cmake-options: '-DCMAKE_CXX_STANDARD:STRING=20'
2121

2222
#python-build-workflow:
2323
## itk-wasm branch

0 commit comments

Comments
 (0)