COIN-OR::LEMON - Graph Library

Changeset 236:da953e387d31 in lemon for CMakeLists.txt


Ignore:
Timestamp:
07/28/08 13:39:58 (16 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Unify the spelling of LEMON (#103).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r225 r236  
    66#  OUTPUT_STRIP_TRAILING_WHITESPACE)
    77
    8 SET(PROJECT_NAME "Lemon")
     8SET(PROJECT_NAME "LEMON")
    99SET(PROJECT_VERSION_MAJOR "0")
    1010SET(PROJECT_VERSION_MINOR "99")
     
    3737    "EGRES - Egervary Research Group on Combinatorial Optimization")
    3838  SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
    39     "Lemon - Library of Efficient Models and Optimization in Networks")
     39    "LEMON - Library of Efficient Models and Optimization in Networks")
    4040  SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
    4141
     
    5858
    5959  #SET(CPACK_COMPONENT_HEADERS_DESCRIPTION
    60   #  "C++ header files for use with the Lemon library")
     60  #  "C++ header files for use with the LEMON library")
    6161  #SET(CPACK_COMPONENT_LIBRARY_DESCRIPTION
    62   #  "Static library used to build programs with Lemon")
     62  #  "Static library used to build programs with LEMON")
    6363  #SET(CPACK_COMPONENT_HTML_DOCUMENTATION_DESCRIPTION
    6464  #  "Doxygen generated documentation")
     
    7171
    7272  #SET(CPACK_COMPONENT_GROUP_DEVELOPMENT_DESCRIPTION
    73   #  "Components needed to develop software using Lemon")
     73  #  "Components needed to develop software using LEMON")
    7474  #SET(CPACK_COMPONENT_GROUP_DOCUMENTATION_DESCRIPTION
    75   #  "Documentation of Lemon")
     75  #  "Documentation of LEMON")
    7676
    7777  #SET(CPACK_ALL_INSTALL_TYPES Full Developer)
Note: See TracChangeset for help on using the changeset viewer.