Hi, I am really new at this and have been following the instructions to install CFM on windows.
When I try to configure in CMake, I keep getting this error:
Found Boost: C:/boost_1_85_0 (found version "1.85.0")
Found Boost: C:/boost_1_85_0 (found suitable version "1.85.0", minimum required is "1.47") found components: filesystem system serialization
Could NOT find RDKit (missing: RDKIT_INCLUDE_DIR RDKIT_INCLUDE_EXT_DIR RDKIT_LIBRARIES)
CMake Error at CMakeLists.txt:41 (message):
Could not find RDKit
Configuring incomplete, errors occurred!
I installed the RDKit with conda and then activated it, I then created an env var for RDBASE linking it back to the install location.
Do I need to create env var for RDKIT_INCLUDE_DIR RDKIT_INCLUDE_EXT_DIR RDKIT_LIBRARIES? Or have I missed a crucial step when installing the RDKit?