Skip to content

Commit

Permalink
Merge pull request EOSIO#5 from EOSIO/remove-install
Browse files Browse the repository at this point in the history
Remove install directive.
  • Loading branch information
heifner authored Mar 8, 2018
2 parents ab35dd1 + 847031b commit 4ebab55
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,3 @@ target_link_libraries( chainbase ${Boost_LIBRARIES} ${PLATFORM_LIBRARIES} )
target_include_directories( chainbase PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" ${Boost_INCLUDE_DIR} )

add_subdirectory( test )

install( TARGETS
chainbase

RUNTIME DESTINATION usr/bin
LIBRARY DESTINATION usr/lib
ARCHIVE DESTINATION usr/lib
)
install( FILES ${HEADERS} DESTINATION "include/chainbase" )

0 comments on commit 4ebab55

Please sign in to comment.