Skip to content

Commit

Permalink
Merge pull request #747 from thewtex/wasi-strtold
Browse files Browse the repository at this point in the history
Wasi strtold
  • Loading branch information
thewtex authored Feb 6, 2023
2 parents 8a62e2a + ea674c1 commit a328d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ FetchContent_Declare(
)

set(CLI11_GIT_REPOSITORY "https://github.com/CLIUtils/CLI11")
set(CLI11_GIT_TAG "291c58789c031208f08f4f261a858b5b7083e8e2")
# std::strtold patch
set(CLI11_GIT_REPOSITORY "https://github.com/thewtex/CLI11")
set(CLI11_GIT_TAG "82d4e022cdfcf18d1fc59684bdc6977ea34053f4")
FetchContent_Declare(
cli11
GIT_REPOSITORY ${CLI11_GIT_REPOSITORY}
Expand Down
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const program = new Command()

// Array of types that will require an import from itk-wasm
const typesRequireImport = ['Image']
const defaultImageTag = '20230122-5e3aea6c'
const defaultImageTag = '20230201-d4552761'

function processCommonOptions() {
const options = program.opts()
Expand Down

0 comments on commit a328d98

Please sign in to comment.