fix find cairo
This commit is contained in:
parent
f9d65edf20
commit
c1d9bde886
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ else()
|
|||
)
|
||||
endif()
|
||||
|
||||
if (Cairo_LIBRARY AND NOT TARGET Cairo::Cairo)
|
||||
if (NOT TARGET Cairo::Cairo)
|
||||
add_library(Cairo::Cairo UNKNOWN IMPORTED GLOBAL)
|
||||
set_target_properties(Cairo::Cairo PROPERTIES
|
||||
IMPORTED_LOCATION "${Cairo_LIBRARY_RELEASE}"
|
||||
|
|
Loading…
Reference in a new issue