Skip to content

Commit

Permalink
Merge branch 'the_typo_that_broke_the_build' into 'main'
Browse files Browse the repository at this point in the history
The typo that broke the build

See merge request trajectory/tracktable!249
  • Loading branch information
Michael J Fadem committed Sep 17, 2021
2 parents c25360d + 8d72889 commit cab0732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracktable/Python/tracktable/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ install(

file(GLOB render_map_processing_files "render/map_processing/*.py")
install(
FILES ${render_map_processing_file}
FILES ${render_map_processing_files}
DESTINATION ${PYTHON_INSTALL_PREFIX}/render/map_processing
)

Expand Down

0 comments on commit cab0732

Please sign in to comment.