Skip to content

Commit 59b81cd

Browse files
committed
cmake BUGFIX check_symbol_exists file list invalid
1 parent 81a49c2 commit 59b81cd

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
@@ -237,7 +237,7 @@ set(headers
237237
src/xml.h
238238
src/dict.h)
239239

240-
check_symbol_exists(vdprintf stdio.h stdarg.h HAVE_VDPRINTF)
240+
check_symbol_exists(vdprintf "stdio.h;stdarg.h" HAVE_VDPRINTF)
241241
if(HAVE_VDPRINTF)
242242
add_definitions(-DHAVE_VDPRINTF)
243243
endif(HAVE_VDPRINTF)

0 commit comments

Comments
 (0)