From 8e4eddf97c807ae457c3556d95a820793e4e7deb Mon Sep 17 00:00:00 2001 From: greg landrum Date: Wed, 12 Aug 2020 09:57:02 +0200 Subject: [PATCH] fix a bad merge --- Code/GraphMol/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/GraphMol/CMakeLists.txt b/Code/GraphMol/CMakeLists.txt index b0c117c2ff..9cf9a80d1f 100644 --- a/Code/GraphMol/CMakeLists.txt +++ b/Code/GraphMol/CMakeLists.txt @@ -153,4 +153,4 @@ rdkit_catch_test(graphmolTestsCatch catch_graphmol.cpp catch_main.cpp LINK_LIBRARIES SubstructMatch FileParsers SmilesParse GraphMol RDGeometryLib RDGeneral) rdkit_catch_test(graphmolSGroupCatch catch_sgroups.cpp catch_main.cpp - LINK_LIBRARIES SmilesParse GraphMol RDGeometryLib RDGeneral) + LINK_LIBRARIES SmilesParse FileParsers GraphMol RDGeometryLib RDGeneral)