Skip to content

Commit

Permalink
Removes commented out OCIO_BUILD_PYTHON
Browse files Browse the repository at this point in the history
Fixes AcademySoftwareFoundation#1050. Authored by @LazyDodo.

Signed-off-by: Troy James Sobotka <[email protected]>
  • Loading branch information
sobotka committed Jul 8, 2020
1 parent 8bdcfb6 commit cf7dc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if(OCIO_BUILD_JAVA)
add_subdirectory(java)
endif()

#if(OCIO_BUILD_PYTHON)
if(OCIO_BUILD_PYTHON)
add_subdirectory(python)
#endif()
endif()

0 comments on commit cf7dc15

Please sign in to comment.