Skip to content

Commit

Permalink
Remove incorrect installation statement
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
driverxdw and micahsnyder authored Nov 28, 2023
1 parent 117c633 commit dddc8e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libclammspack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ if(ENABLE_STATIC_LIB)

if(WIN32)
install(TARGETS clammspack_static DESTINATION . COMPONENT libraries)
install(FILES $<TARGET_PDB_FILE:clammspack> DESTINATION . OPTIONAL COMPONENT libraries)
else()
install(TARGETS clammspack_static DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries)
endif()
Expand Down
1 change: 0 additions & 1 deletion libclamunrar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ if(ENABLE_STATIC_LIB)

if(WIN32)
install(TARGETS clamunrar_static DESTINATION . COMPONENT libraries)
install(FILES $<TARGET_PDB_FILE:clamunrar> DESTINATION . OPTIONAL COMPONENT libraries)
else()
install(TARGETS clamunrar_static DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries)
endif()
Expand Down
1 change: 0 additions & 1 deletion libclamunrar_iface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ if(ENABLE_UNRAR)

if(WIN32)
install(TARGETS clamunrar_iface_static DESTINATION . COMPONENT libraries)
install( FILES $<TARGET_PDB_FILE:clamunrar_iface> DESTINATION . OPTIONAL COMPONENT libraries )
else()
install(TARGETS clamunrar_iface_static DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libraries)
endif()
Expand Down

0 comments on commit dddc8e5

Please sign in to comment.