# Distributed under the MIT License. # See LICENSE.txt for details. find_package(SpEC) # Make SpEC scripts available in Python. These can be used until we have ported # them to SpECTRE. if (SPEC_ROOT) set(PYTHONPATH "${SPEC_ROOT}/Support/Python:\ ${SPEC_ROOT}/Support/DatDataManip:${PYTHONPATH}") endif() if (NOT SpEC_FOUND) return() endif() file(APPEND "${CMAKE_BINARY_DIR}/BuildInfo.txt" "SpEC exporter: ${SPEC_EXPORTER_ROOT}\n" )