Several lookup fixes and fingerprinting of files with input IO, thx @alex85k

This commit is contained in:
DennisOSRM
2013-07-18 14:11:45 +02:00
parent a4f6ec516b
commit c3dab15eb6
3 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ FIND_PATH(LUABIND_INCLUDE_DIR luabind.hpp
)
FIND_LIBRARY(LUABIND_LIBRARY
NAMES luabind
NAMES luabind luabind09
HINTS
$ENV{LUABIND_DIR}
PATH_SUFFIXES lib64 lib
@@ -72,4 +72,4 @@ IF( NOT LUABIND_FIND_QUIETLY )
ENDIF()
ENDIF()
MARK_AS_ADVANCED(LUABIND_INCLUDE_DIR LUABIND_LIBRARIES LUABIND_LIBRARY LUABIND_LIBRARY_DBG)
MARK_AS_ADVANCED(LUABIND_INCLUDE_DIR LUABIND_LIBRARIES LUABIND_LIBRARY LUABIND_LIBRARY_DBG)