diff Resources/CMake/PlustacheConfiguration.cmake @ 825:d8f5de5b9517 templating

partials
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 May 2014 17:54:59 +0200
parents da4c30a8bcdd
children a93867a94011
line wrap: on
line diff
--- a/Resources/CMake/PlustacheConfiguration.cmake	Wed May 28 16:21:48 2014 +0200
+++ b/Resources/CMake/PlustacheConfiguration.cmake	Wed May 28 17:54:59 2014 +0200
@@ -13,4 +13,9 @@
   ${PLUSTACHE_SOURCES_DIR}
   )
 
+execute_process(
+  COMMAND patch -p0 -i ${CMAKE_SOURCE_DIR}/Resources/CMake/PlustacheConfiguration.patch
+  WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+  )
+
 source_group(ThirdParty\\Plustache REGULAR_EXPRESSION ${PLUSTACHE_SOURCES_DIR}/.*)