1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-06 14:21:57 +03:00

cmake: rename picky warnings script

To match the camel-case style used in other CMake scripts and also
to match the name used in curl.

Closes #1225
This commit is contained in:
Viktor Szakats
2023-11-16 14:38:44 +00:00
parent 7ecc309cd1
commit 64d6789f71
2 changed files with 1 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ install(
docs/AUTHORS docs/BINDINGS.md docs/HACKING.md
DESTINATION ${CMAKE_INSTALL_DOCDIR})
include(max_warnings)
include(PickyWarnings)
# Add socket libraries
if(WIN32)