Quellcode durchsuchen

Adding CMake requirement check for Python 3

- Should correctly handle 2 + 3 installations
- Tested working on CentOS 6.8 and Arch
master
Jacob Alexander vor 7 Jahren
Ursprung
Commit
03a2ca750c
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5
    0
      Lib/CMake/kll.cmake

+ 5
- 0
Lib/CMake/kll.cmake Datei anzeigen

@@ -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)