Bump scripts to python3

This commit is contained in:
Jan Henning
2022-05-19 16:25:08 +02:00
parent 3c4f5983dc
commit 218a1cf76a
8 changed files with 34 additions and 35 deletions

View File

@@ -71,8 +71,7 @@ include_directories(SYSTEM include)
include (${CMAKE_MODULE_PATH}/boost.cmake)
# -- make this work? set(python_ADDITIONAL_VERSIONS 2.7 2.6)
find_package (Python COMPONENTS Interpreter Development)
find_package(Python COMPONENTS Interpreter)
find_program(RAGEL ragel)
if(NOT Python_Interpreter_FOUND)