Skip to content

Commit 8891dc0

Browse files
123
1 parent 05c9782 commit 8891dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/macos/helpers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function(set_target_properties_obs target)
2626
set(multiValueArgs PROPERTIES)
2727
cmake_parse_arguments(PARSE_ARGV 0 _STPO "${options}" "${oneValueArgs}" "${multiValueArgs}")
2828

29-
message(DEBUG "Setting additional properties for target ${target}...")
29+
message(STATUS "Setting additional properties for target ${target}...")
3030

3131
while(_STPO_PROPERTIES)
3232
list(POP_FRONT _STPO_PROPERTIES key value)

0 commit comments

Comments
 (0)