From 5ed330a163073f4aab98995520eebbc15dff83f3 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 1 Oct 2012 10:04:10 +0200 Subject: Fix #114: look for SISO rt in /opt/siso --- cmake/FindClSerMe4.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/FindClSerMe4.cmake') diff --git a/cmake/FindClSerMe4.cmake b/cmake/FindClSerMe4.cmake index 2251c9a..803b620 100644 --- a/cmake/FindClSerMe4.cmake +++ b/cmake/FindClSerMe4.cmake @@ -13,6 +13,7 @@ FIND_PATH(CLSERME4_INCLUDE_DIR clser.h ${SISODIR4}/include ${SISODIRME4}/include ${CMAKE_INSTALL_PREFIX}/include + "/opt/siso/include" ) INCLUDE(SisoLibDir) @@ -26,6 +27,7 @@ FIND_LIBRARY(CLSERME4_LIBRARY NAMES clserme4 clsersisome4 $ENV{CLSERME4} ${LIB_DIRS} ${CMAKE_INSTALL_PREFIX}/lib + "/opt/siso/lib" ) IF(CLSERME4_INCLUDE_DIR AND CLSERME4_LIBRARY) -- cgit v1.2.3