Skip to content

Commit

Permalink
Don't refer to nonexistent target.
Browse files Browse the repository at this point in the history
get_target_property was being given ztd::cuneicode::single even when that target does not exist.
  • Loading branch information
BillyONeal authored and ThePhD committed Jul 15, 2024
1 parent bd843d3 commit 09bf054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ztd.cuneicode-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if (TARGET ztd::cuneicode)
get_target_property(ZTD_CUNEICODE_INCLUDE_DIRS
ztd.cuneicode.single INTERFACE_INCLUDE_DIRECTORIES)
ztd.cuneicode INTERFACE_INCLUDE_DIRECTORIES)
set_and_check(ZTD_CUNEICODE_INCLUDE_DIRS "${ZTD_CUNEICODE_INCLUDE_DIRS}")
endif()

Expand Down

0 comments on commit 09bf054

Please sign in to comment.