Skip to content

Commit c22089e

Browse files
author
Vollstrecker
committed
chore: escalate the deprecation warning for options one level
1 parent a99c80c commit c22089e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ message("=> Project : ${PROJECT_NAME} v${cryptopp-cmake_VERSION}")
6969
function(cryptopp_deprecated_option old_name new_name description default)
7070
if(DEFINED ${old_name})
7171
message(
72-
DEPRECATION
73-
"${old_name} is a deprecated option and will be ignored after 8.8.x + 3. Use ${new_name} instead"
72+
AUTHOR_WARNING
73+
"${old_name} is a deprecated option and will be ignored after 8.9.x + 2. Use ${new_name} instead"
7474
)
7575
set(default ${${old_name}})
7676
endif()

0 commit comments

Comments
 (0)