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 1ff8b43 commit 2206a34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CMake/BuildUtils/Python.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
##########################
# 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")

0 comments on commit 2206a34

Please sign in to comment.