We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9e881 commit ec730b4Copy full SHA for ec730b4
1 file changed
src/PackageProject.cmake
@@ -357,10 +357,10 @@ macro(target_find_dependencies target)
357
set_or_append_target_property(${target} "PROJECT_OPTIONS_${property}_DEPENDENCIES" "${args_${property}}")
358
endmacro()
359
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)
+ _Property_for(PRIVATE)
+ _Property_for(PUBLIC)
+ _Property_for(INTERFACE)
+ _Property_for(PRIVATE_CONFIG)
+ _Property_for(PUBLIC_CONFIG)
+ _Property_for(INTERFACE_CONFIG)
366
0 commit comments