Commit 18da877a authored by David Golden's avatar David Golden Committed by A. Jesse Jiryu Davis
Browse files

CDRIVER-2083 use target_compile_definitions

add_definitions() has global effect, so isn't good to include
in a .cmake file.  This commit instead publishes the definitions in a
variable and lets consumers set it on a target the same way they set
library/include paths.

libmongoc will need a corresponding update.
parent 3751fb36
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment