Skip to content

Commit

Permalink
Merge pull request #253 from paullouisageneau/remove-static-install
Browse files Browse the repository at this point in the history
CMake: Remove static library installation
  • Loading branch information
paullouisageneau authored Jun 13, 2024
2 parents 2bb0eed + 5c35821 commit 240488d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ install(TARGETS juice EXPORT LibJuiceTargets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)

install(TARGETS juice-static EXPORT LibJuiceTargets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
OPTIONAL
)

install(FILES ${LIBJUICE_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/juice)

# Export targets
Expand Down

0 comments on commit 240488d

Please sign in to comment.