We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c9782 commit 8891dc0Copy full SHA for 8891dc0
1 file changed
cmake/macos/helpers.cmake
@@ -26,7 +26,7 @@ function(set_target_properties_obs target)
26
set(multiValueArgs PROPERTIES)
27
cmake_parse_arguments(PARSE_ARGV 0 _STPO "${options}" "${oneValueArgs}" "${multiValueArgs}")
28
29
- message(DEBUG "Setting additional properties for target ${target}...")
+ message(STATUS "Setting additional properties for target ${target}...")
30
31
while(_STPO_PROPERTIES)
32
list(POP_FRONT _STPO_PROPERTIES key value)
0 commit comments