Skip to content

Commit 09bf054

Browse files
BillyONealThePhD
authored andcommitted
Don't refer to nonexistent target.
get_target_property was being given ztd::cuneicode::single even when that target does not exist.
1 parent bd843d3 commit 09bf054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ztd.cuneicode-config.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if (TARGET ztd::cuneicode)
44
get_target_property(ZTD_CUNEICODE_INCLUDE_DIRS
5-
ztd.cuneicode.single INTERFACE_INCLUDE_DIRECTORIES)
5+
ztd.cuneicode INTERFACE_INCLUDE_DIRECTORIES)
66
set_and_check(ZTD_CUNEICODE_INCLUDE_DIRS "${ZTD_CUNEICODE_INCLUDE_DIRS}")
77
endif()
88

0 commit comments

Comments
 (0)