* RDStreams now installed properly

* skip Wrap directories if RDK_BUILD_PYTHON_WRAPPERS is not set

Fixes #2516
This commit is contained in:
Greg Landrum
2019-06-28 15:57:00 +02:00
committed by Brian Kelley
parent b0268d4631
commit 7e6600f3be
41 changed files with 83 additions and 6 deletions

View File

@@ -6,4 +6,6 @@ rdkit_headers(AlignPoints.h DEST Numerics/Alignment)
rdkit_test(testAlignment testAlignment.cpp LINK_LIBRARIES Alignment RDGeometryLib RDGeneral )
if(RDK_BUILD_PYTHON_WRAPPERS)
add_subdirectory(Wrap)
endif()