Skip to content

Commit

Permalink
Fix some missing headers when doing "make install" (rdkit#7667)
Browse files Browse the repository at this point in the history
* remove unnecessary include

* add a couple of missing include files to rdkit_headers

* fix header destination
  • Loading branch information
greglandrum authored Jul 25, 2024
1 parent 8e57151 commit 138bdc8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Code/DistGeom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rdkit_headers(BoundsMatrix.h
DistViolationContrib.h
DistViolationContribs.h
FourthDimContrib.h
FourthDimContribs.h
TriangleSmooth.h DEST DistGeom)

rdkit_test(testDistGeom testDistGeom.cpp
Expand Down
2 changes: 1 addition & 1 deletion Code/GraphMol/CIPLabeler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target_compile_definitions(CIPLabeler PRIVATE RDKIT_CIPLABELER_BUILD)

rdkit_headers(CIPLabeler.h
TooManyNodesException.h
DEST CIPLabeler)
DEST GraphMol/CIPLabeler)

rdkit_catch_test(testCIPLabeler catch_tests.cpp
CIPMol.cpp CIPLabeler.cpp
Expand Down
2 changes: 1 addition & 1 deletion Code/GraphMol/MarvinParse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rdkit_library(MarvinParser
target_compile_definitions(MarvinParser PRIVATE RDKIT_MARVINPARSER_BUILD)

rdkit_headers(MarvinParser.h
DEST GraphMol/MarvinParser)
DEST GraphMol/MarvinParse)

rdkit_test(testMrvToMol testMrvToMol.cpp
LINK_LIBRARIES MarvinParser FileParsers SubstructMatch )
Expand Down
1 change: 0 additions & 1 deletion Code/GraphMol/MarvinParse/MarvinDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <GraphMol/RDKitBase.h>
#include <GraphMol/FileParsers/FileParsers.h>
#include <GraphMol/FileParsers/MolSGroupParsing.h>
#include <RDGeneral/FileParseException.h>
#include <RDGeneral/BadFileException.h>
#include <RDGeneral/LocaleSwitcher.h>
Expand Down
1 change: 1 addition & 0 deletions Code/RDBoost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rdkit_headers(Wrap.h PySequenceHolder.h
python.h
boost_numpy.h
python_streambuf.h
pyint_api.h
DEST RDBoost)

if(RDK_BUILD_PYTHON_WRAPPERS)
Expand Down

0 comments on commit 138bdc8

Please sign in to comment.