Skip to content

Commit

Permalink
set int as a string in pyproject.toml
Browse files Browse the repository at this point in the history
scikit build requires strings only apparently

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Sep 14, 2024
1 parent 561d5fd commit 959cde8
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 @@ -62,7 +62,7 @@ OPENEXR_INSTALL_PKG_CONFIG = 'OFF'
OPENEXR_FORCE_INTERNAL_DEFLATE = 'ON'
OPENEXR_FORCE_INTERNAL_IMATH = 'ON'
OPENEXR_TEST_LIBRARIES = 'OFF'
OPENEXR_CXX_STANDARD = 17
OPENEXR_CXX_STANDARD = '17'
BUILD_SHARED_LIBS = 'OFF'
CMAKE_POSITION_INDEPENDENT_CODE = 'ON'

Expand Down

0 comments on commit 959cde8

Please sign in to comment.