Skip to content

Commit ec730b4

Browse files
committed
typo: _property_for -> _Property_for
1 parent bf9e881 commit ec730b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/PackageProject.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,10 @@ macro(target_find_dependencies target)
357357
set_or_append_target_property(${target} "PROJECT_OPTIONS_${property}_DEPENDENCIES" "${args_${property}}")
358358
endmacro()
359359

360-
_property_for(PRIVATE)
361-
_property_for(PUBLIC)
362-
_property_for(INTERFACE)
363-
_property_for(PRIVATE_CONFIG)
364-
_property_for(PUBLIC_CONFIG)
365-
_property_for(INTERFACE_CONFIG)
360+
_Property_for(PRIVATE)
361+
_Property_for(PUBLIC)
362+
_Property_for(INTERFACE)
363+
_Property_for(PRIVATE_CONFIG)
364+
_Property_for(PUBLIC_CONFIG)
365+
_Property_for(INTERFACE_CONFIG)
366366
endmacro()

0 commit comments

Comments
 (0)