File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,6 @@ if (ENABLE_INSTALL)
330330 install (FILES default.style empty.style DESTINATION share/osm2pgsql)
331331 install (PROGRAMS scripts/osm2pgsql-replication DESTINATION bin)
332332 if (BUILD_GEN)
333- install (TARGETS osm2pgsql-gen COMPONENT gen EXCLUDE_FROM_ALL DESTINATION bin)
334- add_custom_target (install -gen cmake --install ${CMAKE_BINARY_DIR} --component gen)
333+ install (TARGETS osm2pgsql-gen DESTINATION bin)
335334 endif ()
336335endif ()
Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ if(ENABLE_INSTALL)
6565 install (FILES osm2pgsql.1 DESTINATION share/man/man1)
6666 install (FILES osm2pgsql-replication.1 DESTINATION share/man/man1)
6767 if (BUILD_GEN)
68- install (FILES osm2pgsql-gen.1 COMPONENT gen EXCLUDE_FROM_ALL DESTINATION share/man/man1)
68+ install (FILES osm2pgsql-gen.1 DESTINATION share/man/man1)
6969 endif ()
7070endif ()
You can’t perform that action at this time.
0 commit comments