Skip to content

Commit beaccd8

Browse files
committed
fix typo
1 parent eaeb7aa commit beaccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PATH
3030
"Installation directory for header files")
3131

3232

33-
file(GLOB _run_python_files bin/*.py))
33+
file(GLOB _run_python_files bin/*.py)
3434
install(FILES ${_run_python_files} DESTINATION ${CMAKE_INSTALL_PREFIX}/python/bin)
3535
#install(DIRECTORY FCCeeAnalyses DESTINATION ${CMAKE_INSTALL_PREFIX}/python)
3636
#install(DIRECTORY FCChhAnalyses DESTINATION ${CMAKE_INSTALL_PREFIX}/python)

0 commit comments

Comments
 (0)