Files
Paolo Tosco 947144ab6d Avoid really slow Windows conda builds (#3287)
* avoid that if CMAKE_BINARY_DIR==CMAKE_SOURCE_DIR (e.g., conda builds)
export.h is overwritten at each incremental build causing the whole
RDKit to be rebult every time

* use existing CMake function so we don't have to maintain our own
2020-07-13 14:47:29 +02:00
..