We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0967d22 commit cb5b8d8Copy full SHA for cb5b8d8
graalpython/com.oracle.graal.python.pegparser.generator/CMakeLists.txt
@@ -22,13 +22,13 @@ set(TOKENS "${INPUT_PATH}/Tokens")
22
set(ASDL "${INPUT_PATH}/Python.asdl")
23
24
file(GLOB_RECURSE PEGEN_FILES
25
- LIST_DIRECTORIES TRUE
+ LIST_DIRECTORIES FALSE
26
"${CMAKE_CURRENT_LIST_DIR}/pegen/*.py")
27
file(GLOB_RECURSE PEGJAVA_FILES
28
29
30
file(GLOB_RECURSE ASDL_FILES
31
32
"${CMAKE_CURRENT_LIST_DIR}/asdl/*.py")
33
34
set(ASDL_STAMP "Python.asdl.stamp")
0 commit comments