[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / graphics / rawtherapee / patches

Annotation of ports/graphics/rawtherapee/patches/patch-CMakeLists_txt, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- CMakeLists.txt.orig        Sun Sep 11 23:40:16 2011
                      3: +++ CMakeLists.txt     Sun Sep 11 23:40:45 2011
                      4: @@ -271,12 +271,6 @@ else (AUTOMATED_BUILD_SYSTEM)
                      5:
                      6:    add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo)
                      7:
                      8: -  if (HG_CMD STREQUAL HG_CMD-NOTFOUND)
                      9: -    message(FATAL_ERROR "hg command not found!")
                     10: -  else (HG_CMD STREQUAL HG_CMD-NOTFOUND)
                     11: -    message(STATUS "hg command found: ${HG_CMD}")
                     12: -  endif (HG_CMD STREQUAL HG_CMD-NOTFOUND)
                     13: -
                     14:  endif (AUTOMATED_BUILD_SYSTEM)
                     15:
                     16:

CVSweb