Make sure all the setup scripts are unified.
This commit is contained in:
parent
aa12effae3
commit
75e2c690a0
4 changed files with 6 additions and 5 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue