We should rewrite the path to TelldusGui also. Only TelldusCore should be left untouched
This commit is contained in:
parent
27cc14dcd0
commit
a7c2e85015
1 changed files with 2 additions and 2 deletions
|
@ -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 \"\")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue