Use command line parsing so we can specify different hostnames
[condor-woldlab.git] / CMakeLists.txt
index f118c6c3b11f677b75de434293e8bd2aff5c6f40..9007a293706d211bde9aef1ffc6151d9248043df 100644 (file)
@@ -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)