X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=condor-woldlab.git;a=blobdiff_plain;f=CMakeLists.txt;h=9007a293706d211bde9aef1ffc6151d9248043df;hp=f118c6c3b11f677b75de434293e8bd2aff5c6f40;hb=HEAD;hpb=a270725cf1f576c7ccb12c40747876be16149d59 diff --git a/CMakeLists.txt b/CMakeLists.txt index f118c6c..9007a29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,7 @@ cmake_minimum_required(VERSION 2.6) project(condor-woldlab) add_executable(castor_load src/castor_load.c) -install(TARGETS castor_load bin) +install(TARGETS castor_load DESTINATION bin) +set (CPACK_PACKAGE_VERSION_MAJOR "0") +set (CPACK_PACKAGE_VERSION_MINOR "0") +include(CPack)