From 5cd139a578b12a0b05fde599eb7d40bbb24fc65d Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Mon, 21 Dec 2015 13:34:48 +0900 Subject: [PATCH] Small fix in style. --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d0ad1eaa..3d2632c0 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -209,7 +209,7 @@ check_cxx_source_compiles(" int main() { _strdup(0); return 0; -} + } " HAVE_ISO_STRDUP) # Check for libz using the cmake supplied FindZLIB.cmake