mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
switch to using target_compile_definitions instead of add_definitions (#3350)
* switch to using target_compile_definitions instead of add_definitions * missed one
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
add_definitions(-DRDKIT_CATALOGS_BUILD)
|
||||
rdkit_library(Catalogs
|
||||
Catalog.cpp CatalogParams.cpp CatalogEntry.cpp
|
||||
LINK_LIBRARIES RDGeneral)
|
||||
target_compile_definitions(Catalogs PRIVATE RDKIT_CATALOGS_BUILD)
|
||||
|
||||
rdkit_headers(CatalogEntry.h
|
||||
Catalog.h
|
||||
|
||||
Reference in New Issue
Block a user