Make sure all the setup scripts are unified.

This commit is contained in:
Zed A. Shaw 2024-05-10 11:52:30 -04:00
parent aa12effae3
commit 75e2c690a0
4 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,8 @@ cmake = import('cmake')
opts = cmake.subproject_options()
opts.add_cmake_defines({
'USE_ICONV': false,
'USE_SSH': 'exec',
'USE_SSH': false,
'USE_NTLMCLIENT': false,
'BUILD_SHARED_LIBS': true,
'BUILD_TESTS': false,
})