mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 09:21:54 +03:00
Apr 27th Update
This commit is contained in:
6
external/graphqlparser/CMakeLists.txt
vendored
6
external/graphqlparser/CMakeLists.txt
vendored
@@ -7,9 +7,9 @@ INCLUDE(version)
|
||||
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
|
||||
|
||||
FIND_PACKAGE(PythonInterp 2 REQUIRED)
|
||||
IF (NOT PYTHON_VERSION_MAJOR EQUAL 2)
|
||||
MESSAGE(FATAL_ERROR "Python 2 is required.")
|
||||
FIND_PACKAGE(PythonInterp 3 REQUIRED)
|
||||
IF (NOT PYTHON_VERSION_MAJOR EQUAL 3)
|
||||
MESSAGE(FATAL_ERROR "Python 3 is required.")
|
||||
ENDIF()
|
||||
|
||||
FIND_PROGRAM(CTYPESGEN_FOUND ctypesgen.py)
|
||||
|
||||
Reference in New Issue
Block a user