소스 검색

Adding CMake requirement check for Python 3

- Should correctly handle 2 + 3 installations
- Tested working on CentOS 6.8 and Arch
master
Jacob Alexander 7 년 전
부모
커밋
03a2ca750c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      Lib/CMake/kll.cmake

+ 5
- 0
Lib/CMake/kll.cmake 파일 보기

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