Archived
1
0

Adding CMake requirement check for Python 3

- Should correctly handle 2 + 3 installations
- Tested working on CentOS 6.8 and Arch
This commit is contained in:
Jacob Alexander 2016-08-30 20:03:21 -07:00
parent b7b7fd1ee7
commit 03a2ca750c

View File

@ -14,6 +14,11 @@
if ( "${MacroModule}" STREQUAL "PartialMap" )
###
# Python 3 is required for kll
#
find_package ( PythonInterp 3 REQUIRED )
###
# KLL Installation (Make sure repo has been cloned)