COIN-OR::LEMON - Graph Library

Changeset 679:9c7639f3a741 in lemon-1.2 for doc


Ignore:
Timestamp:
05/29/09 13:44:37 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Minor CMake improvements

  • Use the empty ELSE(), ENDIF(), ENDMACRO(), etc. syntax since this improves readability and requires less typing.
  • Use FIND_PACKAGE() instead of INCLUDE().
  • Use the value of CMAKE_COMMAND variable instead of cmake, since this works even if cmake is not in the PATH.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CMakeLists.txt

    r676 r679  
    4747      COMPONENT html_documentation
    4848    )
    49   ENDIF(UNIX)
     49  ENDIF()
    5050
    51 ENDIF(DOXYGEN_EXECUTABLE AND GHOSTSCRIPT_EXECUTABLE)
     51ENDIF()
Note: See TracChangeset for help on using the changeset viewer.