Skip to content

Commit

Permalink
Add Precompiled Python Binaries To ERS (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 11, 2022
1 parent 2206a34 commit 25a38bc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CMake/BuildUtils/Python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
ERSBuildLogger(${Green} "Configuring Python Library")
add_subdirectory(${LIB_DIR}/Python3.9/)
ERSBuildLogger(${BoldGreen} "Finished Configuring Python Library")

0 comments on commit 25a38bc

Please sign in to comment.