Skip to content

Commit 7312959

Browse files
sadyrovgouriano
authored andcommitted
Require C++20 format for SFTP. JIRA CXX-13855
git-svn-id: https://anonsvn.ncbi.nlm.nih.gov/repos/v1/trunk/c++@104390 78c7ea69-d796-4a43-9a09-de51944f1b03
1 parent 95b25f1 commit 7312959

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

src/connect/CMakeLists.xconnsftp.lib.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NCBI_begin_lib(xconnsftp SHARED)
44
NCBI_sources(ncbi_sftp)
55
NCBI_add_definitions(NCBI_XCONNSFTP_EXPORTS)
66
NCBI_uses_toolkit_libraries(xncbi)
7-
NCBI_requires(SSH)
7+
NCBI_requires(SSH Cxx2020_format_api)
88
NCBI_project_watchers(sadyrovr)
99
NCBI_end_lib()
1010

src/connect/Makefile.xconnsftp.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SRC = ncbi_sftp
44

55
LIB = xconnsftp
66

7-
REQUIRES = LIBSSH
7+
REQUIRES = LIBSSH Cxx2020_format_api
88

99
LIB_OR_DLL = both
1010

src/sample/app/sftp/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# $Id$
22

3-
NCBI_requires(SSH)
43
NCBI_add_app(sftp_sample)

src/sample/app/sftp/Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
APP_PROJ = sftp_sample
44

5-
REQUIRES = LIBSSH
6-
75
srcdir = @srcdir@
86
include @builddir@/Makefile.meta

0 commit comments

Comments
 (0)