mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
link expat to ChemDraw_static (#8839)
This commit is contained in:
committed by
GitHub
parent
fbf4990709
commit
158db5d1a7
4
External/ChemDraw/CMakeLists.txt
vendored
4
External/ChemDraw/CMakeLists.txt
vendored
@@ -95,6 +95,10 @@ endif()
|
||||
endif(RDK_INSTALL_STATIC_LIBS)
|
||||
endif()
|
||||
|
||||
if(TARGET ChemDraw_static)
|
||||
target_link_libraries(ChemDraw_static PUBLIC expat)
|
||||
endif()
|
||||
|
||||
install(TARGETS ChemDraw DESTINATION ${RDKit_LibDir})
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
|
||||
Reference in New Issue
Block a user