From: Ben Boeckel Date: Wed, 26 Oct 2016 17:55:48 +0000 (-0400) Subject: ConfigureChecks: configure into the build tree X-Git-Tag: R_2_2_2~14^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2888d56c06a322be82528110d64311fb2c27174;p=libexpat ConfigureChecks: configure into the build tree This helps to keep the source tree cleaner. --- diff --git a/expat/ConfigureChecks.cmake b/expat/ConfigureChecks.cmake index 5cdf01e8..2771a743 100644 --- a/expat/ConfigureChecks.cmake +++ b/expat/ConfigureChecks.cmake @@ -40,5 +40,5 @@ else(HAVE_SYS_TYPES_H) set(SIZE_T "unsigned") endif(HAVE_SYS_TYPES_H) -configure_file(expat_config.h.cmake expat_config.h) +configure_file(expat_config.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/expat_config.h") add_definitions(-DHAVE_EXPAT_CONFIG_H)