Skip to content

Commit 0b5478d

Browse files
author
Christian Hergert
committed
build: ensure BINARY_DIR is quoted in cmake.
1 parent c5a2c58 commit 0b5478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353

5454
add_definitions(-D_GNU_SOURCE)
5555
add_definitions(-D_BSD_SOURCE)
56-
add_definitions("-DBINARY_DIR=${SOURCE_DIR}/tests/binary")
56+
add_definitions("-DBINARY_DIR=\"${SOURCE_DIR}/tests/binary\"")
5757

5858
set (SOURCES
5959
${SOURCE_DIR}/src/mongoc/mongoc-array.c

0 commit comments

Comments
 (0)