From b843e98f119f9160bb866d4485c2413fedc2392e Mon Sep 17 00:00:00 2001 From: Troy James Sobotka Date: Thu, 9 Jul 2020 16:43:50 -0700 Subject: [PATCH] Removes commented out OCIO_BUILD_PYTHON (#1055) Fixes #1050. Authored by @LazyDodo. Signed-off-by: Troy James Sobotka Co-authored-by: Patrick Hodoul --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b2076b3a90..89332a11ad 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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()