Skip to content

Commit 9a7b59e

Browse files
authored
Merge pull request #206 from FeignClaims/fix/package_interface_directories
fix: packaging for `target_include_interface_directories`
2 parents 1b73c3e + 4e4d0c8 commit 9a7b59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PackageProject.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function(package_project)
123123
OUTPUT
124124
"PROPERTY_${property}")
125125
endmacro()
126-
_get_property(INTERFACE_INCLUDES)
126+
_get_property(INTERFACE_DIRECTORIES)
127127
_get_property(INTERFACE_DEPENDENCIES)
128128
_get_property(PUBLIC_DEPENDENCIES)
129129
_get_property(PRIVATE_DEPENDENCIES)

0 commit comments

Comments
 (0)