mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
Bump scripts to python3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user