From: <ba...@us...> - 2008-11-07 22:44:23
|
Revision: 1159 http://omc.svn.sourceforge.net/omc/?rev=1159&view=rev Author: bartw Date: 2008-11-07 22:44:18 +0000 (Fri, 07 Nov 2008) Log Message: ----------- fixed location of README in CMakeLists.txt Modified Paths: -------------- cmpi-bindings/trunk/CMakeLists.txt Modified: cmpi-bindings/trunk/CMakeLists.txt =================================================================== --- cmpi-bindings/trunk/CMakeLists.txt 2008-11-07 20:38:27 UTC (rev 1158) +++ cmpi-bindings/trunk/CMakeLists.txt 2008-11-07 22:44:18 UTC (rev 1159) @@ -48,7 +48,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Language Bindings for CMPI") SET(CPACK_PACKAGE_VENDOR "Novell Inc.") -SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/doc/README") +SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README") SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.BSD") SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR}) SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |