Skip to content

Commit

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

Signed-off-by: Troy James Sobotka <[email protected]>

Co-authored-by: Patrick Hodoul <[email protected]>
  • Loading branch information
sobotka and hodoulp authored Jul 9, 2020
1 parent fca6cf0 commit b843e98
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 b843e98

Please sign in to comment.