Skip to content

Commit

Permalink
Merge pull request vegastrike#99 from stephengtuggy/fix/issue-45
Browse files Browse the repository at this point in the history
CMakeLists.txt: Comment out separate install entries for units.json a…
  • Loading branch information
stephengtuggy authored Dec 3, 2022
2 parents edbced1 + 91c4762 commit c87f993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ INSTALL(FILES Version.txt DESTINATION share/vegastrike)

INSTALL(FILES factions.xml DESTINATION share/vegastrike)

INSTALL(FILES units.json DESTINATION share/vegastrike)
INSTALL(FILES ships.json DESTINATION share/vegastrike)
#INSTALL(FILES units.json DESTINATION share/vegastrike)
#INSTALL(FILES ships.json DESTINATION share/vegastrike)

INSTALL(FILES master_part_list.csv DESTINATION share/vegastrike)
INSTALL(FILES master_part_list.json DESTINATION share/vegastrike)
Expand Down

0 comments on commit c87f993

Please sign in to comment.