From 567a2e6867d220a413c92a0e1c56e20b864bdee3 Mon Sep 17 00:00:00 2001 From: Troy James Sobotka Date: Tue, 7 Jul 2020 10:25:40 -0700 Subject: [PATCH] Removes commented out OCIO_BUILD_PYTHON Fixes #1050. --- 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()