summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2018-08-21 10:16:22 -0400
committerAllen Winter <allen.winter@kdab.com>2018-08-21 10:16:22 -0400
commit4bbc31318bb97a7b32caf110f9c6d936ac81fa5c (patch)
tree64470e4c4fb367a682563bf9c5da364ad2a204d5 /Install.txt
parent5bf34198f83cb2f00f34044c33c80cdf6a1e1985 (diff)
downloadlibical-git-4bbc31318bb97a7b32caf110f9c6d936ac81fa5c.tar.gz
CMakeLists.txt - turn-on C++ bindings only if a C++ compiler is found
part of issue#352
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 1ba87063..71fedff1 100644
--- a/Install.txt
+++ b/Install.txt
@@ -103,8 +103,9 @@ For instance:
== Language Bindings ==
This C library can be built with bindings for these other languages:
-* C++. By default the buildsystem will create and install the C++ bindings API.
+* C++. If a C++ compiler is found the buildsystem will create and install the C++ bindings API.
Turn this off by passing -DWITH_CXX_BINDINGS=False option to CMake.
+ Don't mix ABI from C and C++ compilers.
* There are Java, Perl, PHP and Python bindings but they are old and haven't
been tested in a very long time. Volunteers wanted.