change create_eam.py so it can be called as a function from another script

This commit is contained in:
Axel Kohlmeyer
2022-02-14 17:44:33 -05:00
parent 8431d72d75
commit c65dbd338b
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ if(CMAKE_VERSION VERSION_LESS 3.12)
set(Python_EXECUTABLE ${PYTHON_EXECUTABLE})
endif()
else()
find_package(Python3 COMPONENTS Interpreter)
find_package(Python 3.5 COMPONENTS Interpreter)
endif()
if(Python_EXECUTABLE)