Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 rock-master-19.06-base-cmake (0.20190220-1~bionic) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/rock-core/base-cmake.git
   * branch: refs/heads/master
   * commit: 6f7de60c1d9219dfe761f66bbf4b23763d941d72
   * tag:
Author: Packaging Daemon <rock-dev@dfki.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-08-14

--- rock-master-19.06-base-cmake-0.20190220.orig/modules/FindSISL.cmake
+++ rock-master-19.06-base-cmake-0.20190220/modules/FindSISL.cmake
@@ -5,10 +5,12 @@ if (NOT SISL_PREFIX)
 endif()
 
 find_path(SISL_INCLUDE_DIRS "sisl.h"
-    HINTS ${SISL_PREFIX}/include ${CMAKE_INSTALL_PREFIX}/include)
+    HINTS ${SISL_PREFIX}/include ${CMAKE_INSTALL_PREFIX}/include
+    PATHS /opt/rock/master-19.06/include)
 find_library(SISL_LIBRARIES
     NAMES libsisl${CMAKE_SHARED_LIBRARY_SUFFIX} libsisl_opt${CMAKE_SHARED_LIBRARY_SUFFIX} libsisl.a libsisl_opt.a
-    HINTS ${SISL_PREFIX}/lib ${CMAKE_INSTALL_PREFIX}/lib)
+    HINTS ${SISL_PREFIX}/lib ${CMAKE_INSTALL_PREFIX}/lib
+    PATHS /opt/rock/master-19.06/lib)
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(SISL "SISL library not found, NURBS 3D curve wrappers won't be installed" SISL_INCLUDE_DIRS SISL_LIBRARIES)
