Skip to content

Commit

Permalink
Find Boost serialization when using Kitimar::RDKit
Browse files Browse the repository at this point in the history
  • Loading branch information
timvdm committed Sep 23, 2023
1 parent c0b2d5b commit 6e940d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ foreach(_component ${Kitimar_FIND_COMPONENTS})
# RDKit
if(_component STREQUAL RDKit)
set(Boost_USE_MULTITHREADED OFF)
find_package(Boost REQUIRED COMPONENTS iostreams filesystem system)
find_package(Boost REQUIRED COMPONENTS iostreams filesystem system serialization)
find_package(RDKit REQUIRED)
list(APPEND _components Molecule RDKit)
endif()
Expand Down

0 comments on commit 6e940d5

Please sign in to comment.