PUI doesn't use SSG (and never has). Ooops.
This commit is contained in:
parent
d91bb28fea
commit
55105baa25
1 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ if(${PLIB_LIBRARIES} STREQUAL "PLIB_LIBRARIES-NOTFOUND")
|
||||||
set(PLIB_LIBRARIES "") # clear value
|
set(PLIB_LIBRARIES "") # clear value
|
||||||
|
|
||||||
# based on the contents of deps, add other required PLIB
|
# based on the contents of deps, add other required PLIB
|
||||||
# static library dependencies. Eg PUI requires SSG and FNT
|
# static library dependencies. Eg PUI requires FNT
|
||||||
set(outDeps ${PLIB_FIND_COMPONENTS})
|
set(outDeps ${PLIB_FIND_COMPONENTS})
|
||||||
|
|
||||||
foreach(c ${PLIB_FIND_COMPONENTS})
|
foreach(c ${PLIB_FIND_COMPONENTS})
|
||||||
|
@ -133,9 +133,9 @@ if(${PLIB_LIBRARIES} STREQUAL "PLIB_LIBRARIES-NOTFOUND")
|
||||||
# handle MSVC confusion over pu/pui naming, by removing
|
# handle MSVC confusion over pu/pui naming, by removing
|
||||||
# 'pu' and then adding it back
|
# 'pu' and then adding it back
|
||||||
list(REMOVE_ITEM outDeps "pu")
|
list(REMOVE_ITEM outDeps "pu")
|
||||||
list(APPEND outDeps ${PUNAME} "fnt" "ssg" "sg")
|
list(APPEND outDeps ${PUNAME} "fnt" "sg")
|
||||||
elseif (${c} STREQUAL "puaux")
|
elseif (${c} STREQUAL "puaux")
|
||||||
list(APPEND outDeps ${PUNAME} "fnt" "ssg" "sg")
|
list(APPEND outDeps ${PUNAME} "fnt" "sg")
|
||||||
elseif (${c} STREQUAL "ssg")
|
elseif (${c} STREQUAL "ssg")
|
||||||
list(APPEND outDeps "sg")
|
list(APPEND outDeps "sg")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue