diff --git a/CMake/BuildUtils/Python.cmake b/CMake/BuildUtils/Python.cmake index ac5ed260c3..efdd4684d8 100644 --- a/CMake/BuildUtils/Python.cmake +++ b/CMake/BuildUtils/Python.cmake @@ -2,12 +2,6 @@ # Builds Library For ERS # ########################## -ERSBuildLogger(${Green} "Configuring Backward Library") -if (${ENABLE_BACKWARD}) - add_subdirectory(${LIB_DIR}/backward) - ERSBuildLogger(${Green} "Backwards Library Enabled, Configuring") -else() - set(BACKWARD_ENABLE "") - ERSBuildLogger(${Green} "Backwards Library Disabled, Skipping") -endif() -ERSBuildLogger(${BoldGreen} "Finished Configuring Backward Library") \ No newline at end of file +ERSBuildLogger(${Green} "Configuring Python Library") +add_subdirectory(${LIB_DIR}/Python3.9/) +ERSBuildLogger(${BoldGreen} "Finished Configuring Python Library") \ No newline at end of file