Skip to content

Commit

Permalink
Removes commented out OCIO_BUILD_PYTHON
Browse files Browse the repository at this point in the history
  • Loading branch information
sobotka authored Jul 7, 2020
1 parent 8bdcfb6 commit 567a2e6
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 567a2e6

Please sign in to comment.