Skip to content

Commit b9d3002

Browse files
committed
build: Include idiff in the python wheels we build (AcademySoftwareFoundation#5104)
Fixes AcademySoftwareFoundation#5062 This was a suggestion for the sake of helping OpenUSD. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent acb6446 commit b9d3002

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ endif ()
261261
# Disable building of certain tools when building Python wheels
262262
if (SKBUILD)
263263
set (ENABLE_iconvert OFF)
264-
set (ENABLE_idiff OFF)
265264
set (ENABLE_igrep OFF)
266265
set (ENABLE_iinfo OFF)
267266
set (ENABLE_testtex OFF)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Issues = "https://github.com/AcademySoftwareFoundation/OpenImageIO/issues"
4242

4343
[project.scripts]
4444
# Use the convention below to expose CLI tools as Python scripts.
45+
idiff = "OpenImageIO:_command_line"
4546
maketx = "OpenImageIO:_command_line"
4647
oiiotool = "OpenImageIO:_command_line"
4748

0 commit comments

Comments
 (0)