Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jun 18, 2024
1 parent b3d94b5 commit 1d0021a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ HICTK_ENABLE_GIT_VERSION_TRACKING = "OFF"
HICTK_WITH_ARROW = "ON"
HICTK_WITH_EIGEN = "OFF"
BUILD_SHARED_LIBS = "OFF"
CONAN_INSTALL_ARGS = "--settings=compiler.cppstd=17;--build=missing;--update;--options=*/*:shared=False"
CONAN_INSTALL_ARGS = "--settings=compiler.cppstd=17;--build=missing;--build=b2;--update;--options=*/*:shared=False"

[tool.setuptools_scm]
write_to = "src/_version.py"
Expand Down

0 comments on commit 1d0021a

Please sign in to comment.