We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaeb7aa commit beaccd8Copy full SHA for beaccd8
CMakeLists.txt
@@ -30,7 +30,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PATH
30
"Installation directory for header files")
31
32
33
-file(GLOB _run_python_files bin/*.py))
+file(GLOB _run_python_files bin/*.py)
34
install(FILES ${_run_python_files} DESTINATION ${CMAKE_INSTALL_PREFIX}/python/bin)
35
#install(DIRECTORY FCCeeAnalyses DESTINATION ${CMAKE_INSTALL_PREFIX}/python)
36
#install(DIRECTORY FCChhAnalyses DESTINATION ${CMAKE_INSTALL_PREFIX}/python)
0 commit comments