You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2013/09/20 10:08:26 UTC

svn commit: r1524934 - in /incubator/celix/trunk/cmake/modules: FindJansson.cmake FindSlp.cmake

Author: abroekhuis
Date: Fri Sep 20 08:08:26 2013
New Revision: 1524934

URL: http://svn.apache.org/r1524934
Log:
CELIX-47: Applied patch

Modified:
    incubator/celix/trunk/cmake/modules/FindJansson.cmake
    incubator/celix/trunk/cmake/modules/FindSlp.cmake

Modified: incubator/celix/trunk/cmake/modules/FindJansson.cmake
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/modules/FindJansson.cmake?rev=1524934&r1=1524933&r2=1524934&view=diff
==============================================================================
--- incubator/celix/trunk/cmake/modules/FindJansson.cmake (original)
+++ incubator/celix/trunk/cmake/modules/FindJansson.cmake Fri Sep 20 08:08:26 2013
@@ -24,7 +24,7 @@
 #  JANSSON_DEFINITIONS - Compiler switches required for using Jansson
 
 find_path(JANSSON_INCLUDE_DIR jansson.h
-          /usr/incluce
+          /usr/include
           /usr/local/include )
 
 find_library(JANSSON_LIBRARY NAMES jansson

Modified: incubator/celix/trunk/cmake/modules/FindSlp.cmake
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/modules/FindSlp.cmake?rev=1524934&r1=1524933&r2=1524934&view=diff
==============================================================================
--- incubator/celix/trunk/cmake/modules/FindSlp.cmake (original)
+++ incubator/celix/trunk/cmake/modules/FindSlp.cmake Fri Sep 20 08:08:26 2013
@@ -24,7 +24,7 @@
 #  SLP_DEFINITIONS - Compiler switches required for using Slp
 
 find_path(SLP_INCLUDE_DIR slp.h
-          /usr/incluce
+          /usr/include
           /usr/local/include )
 
 find_library(SLP_LIBRARY NAMES slp