Skip to content

Commit

Permalink
Remove INCLUDES DESTINATION in install() command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux authored Jan 17, 2019
1 parent cce9645 commit 60afe0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMake/AbseilHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function(absl_cc_library)
if(ABSL_ENABLE_INSTALL)
install(TARGETS ${_NAME}
EXPORT ${PROJECT_NAME}Targets
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
Expand Down

0 comments on commit 60afe0e

Please sign in to comment.