We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a2c58 commit 0b5478dCopy full SHA for 0b5478d
CMakeLists.txt
@@ -53,7 +53,7 @@ endif()
53
54
add_definitions(-D_GNU_SOURCE)
55
add_definitions(-D_BSD_SOURCE)
56
-add_definitions("-DBINARY_DIR=${SOURCE_DIR}/tests/binary")
+add_definitions("-DBINARY_DIR=\"${SOURCE_DIR}/tests/binary\"")
57
58
set (SOURCES
59
${SOURCE_DIR}/src/mongoc/mongoc-array.c
0 commit comments