Skip to content
Snippets Groups Projects
Commit eb5d1f56 authored by Guilherme Amadio's avatar Guilherme Amadio Committed by Axel Naumann
Browse files

bindings/pyroot: remove globbing for Python module files

parent e69b8d95
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ if(MSVC)
endif()
#---Install python modules--------------------------------------------------
file(GLOB pyfiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
foreach(pyfile ${pyfiles})
foreach(pyfile cppyy.py _pythonization.py ROOT.py)
install(FILES ${pyfile} DESTINATION ${runtimedir})
if(IS_ABSOLUTE ${runtimedir})
set(absruntimedir ${runtimedir})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment