We should rewrite the path to TelldusGui also. Only TelldusCore should be left untouched

This commit is contained in:
Micke Prag 2011-09-07 14:35:12 +00:00
parent 27cc14dcd0
commit a7c2e85015

View file

@ -93,8 +93,8 @@ IF(Plugin_SRCS)
FOREACH(pr \${prereqs})
GET_ITEM_KEY(\"\${pr}\" rkey)
#Don't change the path to our own libraries
IF (NOT \"\${rkey}\" MATCHES \"^Telldus\")
#Don't change the path to TelldusCore
IF (NOT \"\${rkey}\" STREQUAL \"TelldusCore\")
#Check to see if this is ourself
IF (NOT \${pkey} STREQUAL \${rkey})
SET(kv \"\")