Skip to content

Commit

Permalink
Change AUTHOR_WARNINGs message to STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 6, 2019
1 parent c939e37 commit c7cf93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake-next/v3.14.4/UseSWIG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function(SWIG_ADD_SOURCE_TO_MODULE name outfiles infile)
cmake_policy(GET_WARNING CMP0086 _cmp0086_warning)
message(AUTHOR_WARNING "${_cmp0086_warning}\n")
else()
message(AUTHOR_WARNING "CMP0086 Unsupported by this CMake version.")
message(STATUS "CMP0086 Unsupported by this CMake version.")
endif()
endif()
endif()
Expand Down Expand Up @@ -663,7 +663,7 @@ function(SWIG_ADD_LIBRARY name)
cmake_policy(GET_WARNING CMP0078 _cmp0078_warning)
message(AUTHOR_WARNING "${_cmp0078_warning}\n")
else()
message(AUTHOR_WARNING "CMP0078 Unsupported by this CMake version.")
message(STATUS "CMP0078 Unsupported by this CMake version.")
endif()
endif()
if (NOT DEFINED UseSWIG_TARGET_NAME_PREFERENCE)
Expand Down

0 comments on commit c7cf93b

Please sign in to comment.