Changeset 236:da953e387d31 in lemon-1.2 for CMakeLists.txt
- Timestamp:
- 07/28/08 13:39:58 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r225 r236 6 6 # OUTPUT_STRIP_TRAILING_WHITESPACE) 7 7 8 SET(PROJECT_NAME "L emon")8 SET(PROJECT_NAME "LEMON") 9 9 SET(PROJECT_VERSION_MAJOR "0") 10 10 SET(PROJECT_VERSION_MINOR "99") … … 37 37 "EGRES - Egervary Research Group on Combinatorial Optimization") 38 38 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY 39 "L emon- Library of Efficient Models and Optimization in Networks")39 "LEMON - Library of Efficient Models and Optimization in Networks") 40 40 SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE") 41 41 … … 58 58 59 59 #SET(CPACK_COMPONENT_HEADERS_DESCRIPTION 60 # "C++ header files for use with the L emonlibrary")60 # "C++ header files for use with the LEMON library") 61 61 #SET(CPACK_COMPONENT_LIBRARY_DESCRIPTION 62 # "Static library used to build programs with L emon")62 # "Static library used to build programs with LEMON") 63 63 #SET(CPACK_COMPONENT_HTML_DOCUMENTATION_DESCRIPTION 64 64 # "Doxygen generated documentation") … … 71 71 72 72 #SET(CPACK_COMPONENT_GROUP_DEVELOPMENT_DESCRIPTION 73 # "Components needed to develop software using L emon")73 # "Components needed to develop software using LEMON") 74 74 #SET(CPACK_COMPONENT_GROUP_DOCUMENTATION_DESCRIPTION 75 # "Documentation of L emon")75 # "Documentation of LEMON") 76 76 77 77 #SET(CPACK_ALL_INSTALL_TYPES Full Developer)
Note: See TracChangeset
for help on using the changeset viewer.