403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/print/limereport/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/print/limereport/files/patch-cmake_modules_FindLimereport.cmake
--- cmake/modules/FindLimereport.cmake.orig	2021-02-25 14:54:26 UTC
+++ cmake/modules/FindLimereport.cmake
@@ -0,0 +1,34 @@
+# - Find LIMEREPORT
+# Find the native LIMEREPORT includes and library
+#
+#  LIMEREPORT_INCLUDE_DIR - where to find limereport.h, etc.
+#  LIMEREPORT_LIBRARIES   - List of libraries when using LIMEREPORT.
+#  LIMEREPORT_FOUND       - True if LIMEREPORT found.
+
+################### FIND LIMEREPORT ######################
+
+
+IF (LIMEREPORT_INCLUDE_DIR)
+  # Already in cache, be silent
+  SET(LIMEREPORT_FIND_QUIETLY TRUE)
+ENDIF (LIMEREPORT_INCLUDE_DIR)
+
+FIND_PATH(LIMEREPORT_INCLUDE_DIR limereport/lrreportengine.h)
+FIND_PATH(LIMEREPORT_LIBRARY_DIR lib/liblimereport.so.1.4.7)
+FIND_LIBRARY(LIMEREPORT_LIBRARY NAMES limereport )
+
+SET(LIMEREPORT_INCLUDE_DIR ${LIMEREPORT_INCLUDE_DIR}/limereport)
+SET(LIMEREPORT_LIBRARY_DIR ${LIMEREPORT_LIBRARY_DIR}/lib)
+
+# handle the QUIETLY and REQUIRED arguments and set LIMEREPORT_FOUND to TRUE if 
+# all listed variables are TRUE
+INCLUDE(FindPackageHandleStandardArgs)
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIMEREPORT DEFAULT_MSG LIMEREPORT_LIBRARY LIMEREPORT_INCLUDE_DIR)
+
+IF(LIMEREPORT_FOUND)
+  SET( LIMEREPORT_LIBRARIES ${LIMEREPORT_LIBRARY} )
+ELSE(LIMEREPORT_FOUND)
+  SET( LIMEREPORT_LIBRARIES )
+ENDIF(LIMEREPORT_FOUND)
+
+MARK_AS_ADVANCED( LIMEREPORT_LIBRARY LIMEREPORT_INCLUDE_DIR )

Youez - 2016 - github.com/yon3zu
LinuXploit