Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7170


Ignore:
Timestamp:
Aug 17, 2010, 1:01:56 PM (14 years ago)
Author:
rgrieder
Message:

Doxygen should work again (and tardis as well).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/TargetUtilities.cmake

    r7163 r7170  
    242242
    243243  # Install all targets except for static ones (executables also have SHARED in _link_mode)
    244   IF((${_link_mode} STREQUAL "SHARED") AND NOT _arg_NO_INSTALL)
     244  IF(${_link_mode} STREQUAL "SHARED" AND NOT _arg_NO_INSTALL)
    245245    IF(_arg_MODULE)
    246246      INSTALL(TARGETS ${_target_name}
Note: See TracChangeset for help on using the changeset viewer.