Add make DESTDIR install support

pull/40/head
Andrea Scarpino 2012-04-29 19:18:21 +02:00
parent 17cb5440af
commit efb7e88265
1 changed files with 2 additions and 0 deletions

View File

@ -53,3 +53,5 @@ IF ( CPPUNIT_FOUND )
ELSE ( CPPUNIT_FOUND )
message( STATUS "skip building unittest" )
ENDIF ( CPPUNIT_FOUND )
INSTALL ( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/grive DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)