diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-03-14 14:34:00 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-03-14 14:34:00 +0100 |
commit | d83b1a9548833642b0c13918880bf16af0697c9d (patch) | |
tree | 192108c34f3e6a16ab9ff740b7737d336cf9b3ba /cpp/test/Ice/objects/Client.cpp | |
parent | Added new ctors to Ice::CommunicatorHolder (diff) | |
download | ice-d83b1a9548833642b0c13918880bf16af0697c9d.tar.bz2 ice-d83b1a9548833642b0c13918880bf16af0697c9d.tar.xz ice-d83b1a9548833642b0c13918880bf16af0697c9d.zip |
Fixed testing of static builds
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r-- | cpp/test/Ice/objects/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index a7a54a7e8c1..5c44d8567aa 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -153,9 +153,9 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); # if defined(__linux) - Ice::registerIceBT(); + Ice::registerIceBT(false); # endif #endif |