summaryrefslogtreecommitdiffstats
path: root/contrib/cmake
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
commit60c543c1d8c6699cc96829f15b16ecc60ac0b410 (patch)
treef0087f620d45246acf0268da539cb815796d88c0 /contrib/cmake
parent4d186e24e44fe07f04708c2dc38387534c02c7fd (diff)
downloaduscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.zip
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.gz
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.bz2
Added license information and bug fixes
Diffstat (limited to 'contrib/cmake')
-rw-r--r--contrib/cmake/FindLIBICAL.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/cmake/FindLIBICAL.cmake b/contrib/cmake/FindLIBICAL.cmake
index a0cfe43..6510f96 100644
--- a/contrib/cmake/FindLIBICAL.cmake
+++ b/contrib/cmake/FindLIBICAL.cmake
@@ -1,5 +1,6 @@
-FIND_PATH(LIBICAL_INCLUDE_DIR libical/ical.h
- PATH_SUFFIXES include src
+# we cannot search for ical.h as we might find the wrong one without the libical suffix
+FIND_PATH(LIBICAL_INCLUDE_DIR icalcomponent.h
+ PATH_SUFFIXES include/libical
PATHS
/usr/local
/usr