Author: abroekhuis
Date: Thu Sep 19 14:14:08 2013
New Revision: 1524747
URL: http://svn.apache.org/r1524747
Log:
CELIX-73: Fixed the FindCunit module to use the correct search paths
Modified:
incubator/celix/trunk/cmake/modules/FindCUnit.cmake
Modified: incubator/celix/trunk/cmake/modules/FindCUnit.cmake
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/modules/FindCUnit.cmake?rev=1524747&r1=1524746&r2=1524747&view=diff
==============================================================================
--- incubator/celix/trunk/cmake/modules/FindCUnit.cmake (original)
+++ incubator/celix/trunk/cmake/modules/FindCUnit.cmake Thu Sep 19 14:14:08 2013
@@ -19,10 +19,10 @@ if (NOT WIN32)
include(FindCurses)
endif (NOT WIN32)
-FIND_PATH(CUNIT_INCLUDE_DIR Basic.h
- /usr/local/include/CUnit
- /usr/include/CUnit
- /opt/local/include/CUnit
+FIND_PATH(CUNIT_INCLUDE_DIR CUnit/Basic.h
+ /usr/local/include
+ /usr/include
+ /opt/local/include
)
FIND_PATH(CUNIT_SHARE_DIR CUnit-List.dtd