mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
This commit is contained in:
committed by
Greg Landrum
parent
5e012ab8d2
commit
a9066a55dc
@@ -10,9 +10,9 @@ endif(APPLE)
|
||||
|
||||
find_package(PostgreSQL REQUIRED)
|
||||
|
||||
if(RDK_OPTIMIZE_NATIVE)
|
||||
if(RDK_OPTIMIZE_POPCNT)
|
||||
add_definitions(-DUSE_BUILTIN_POPCOUNT)
|
||||
endif(RDK_OPTIMIZE_NATIVE)
|
||||
endif(RDK_OPTIMIZE_POPCNT)
|
||||
|
||||
set(EXTENSION rdkit)
|
||||
if(NOT DEFINED Boost_INCLUDE_DIRS)
|
||||
|
||||
Reference in New Issue
Block a user