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

File: [local] / ports / graphics / rawtherapee / patches / Attic / patch-CMakeLists_txt (download)

Revision 1.1.1.1 (vendor branch), Fri Oct 28 06:21:42 2011 UTC (12 years, 8 months ago) by yason
Branch: yason
CVS Tags: rawtherapee-4_0_5, rawtherapee-4_0_2, import
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- CMakeLists.txt.orig	Sun Sep 11 23:40:16 2011
+++ CMakeLists.txt	Sun Sep 11 23:40:45 2011
@@ -271,12 +271,6 @@ else (AUTOMATED_BUILD_SYSTEM)
  
   add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo)
 
-  if (HG_CMD STREQUAL HG_CMD-NOTFOUND)
-    message(FATAL_ERROR "hg command not found!")
-  else (HG_CMD STREQUAL HG_CMD-NOTFOUND)
-    message(STATUS "hg command found: ${HG_CMD}")
-  endif (HG_CMD STREQUAL HG_CMD-NOTFOUND)
-
 endif (AUTOMATED_BUILD_SYSTEM)