5 Commits

Author SHA1 Message Date
Paolo Tosco
2b592950c9 A couple of minor improvements to FindCairo (#3535)
* - allow defining a specific path to Cairo libraries and headers
- link against Xau library if needed

* changes in response to review

* removed the libXau bit as it is not needed
2020-11-19 09:09:48 +01:00
Greg Landrum
38a449a03d fix an irritating cmake problem (#1715) 2018-01-10 16:14:58 -05:00
Alain Vaucher
7795a425ff Further cmake improvements (#1515)
* New syntax to import Qt5 dependency in MolDraw2D

* In QTDemo, not necessary to import Qt explicitly because it is automatically imported through target MolDraw2D

* improve import of Cairo dependency

* Remove explicit linking of Cairo in C++ examples

* Use imported targets for Boost

* Using imported CMake targets for Eigen

* Use imported targets for Threads

* Simplify sample CMakeLists

* Remove duplication

* a couple small changes for travis

* typo

* update toolchain to trusty

* switch to requiring at least boost 1.56

* typo

* update boost dependency to pull in the build that has more libraries

* meaningless commit to trigger travis

* switch to ust libc++

* install libc++

* check abi

* try the other one; disable py27 for the moment to speed things up

* switch to c++11, that seems necessary with the conda boost builds at the moment

* re-enable python2.7
2017-08-07 15:49:08 +02:00
Paolo Tosco
fb3a34a370 - updated FindCairo.cmake (#1455) 2017-07-02 11:30:31 +02:00
Greg Landrum
a65570b344 this now builds as part of the base RDKit 2015-01-05 19:02:51 +01:00