Chris Hillery has proposed merging lp:~zorba-coders/zorba/find-geos-include 
into lp:zorba/geo-module.

Commit message:
Correct finding GEOS include directory.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/find-geos-include/+merge/131116
-- 
https://code.launchpad.net/~zorba-coders/zorba/find-geos-include/+merge/131116
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.
=== modified file 'cmake_modules/FindGeos.cmake'
--- cmake_modules/FindGeos.cmake	2011-02-23 12:55:52 +0000
+++ cmake_modules/FindGeos.cmake	2012-10-24 00:29:20 +0000
@@ -26,7 +26,7 @@
 ENDIF (GEOS_INCLUDE_DIR)
 
 # Look for the header file.
-FIND_PATH(GEOS_INCLUDE_DIR geos.h PATHS "/usr/local/include/geos/") 
+FIND_PATH(GEOS_INCLUDE_DIR geos/geos.h PATHS "/usr/local/include/geos/") 
 MARK_AS_ADVANCED(GEOS_INCLUDE_DIR)
 
 # Look for the library.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to