[Cmake-commits] [cmake-commits] david.cole committed ExternalProject.cmake 1.9 1.10
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Sep 8 17:28:52 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv18639/Modules
Modified Files:
ExternalProject.cmake
Log Message:
Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.
Index: ExternalProject.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/ExternalProject.cmake,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** ExternalProject.cmake 8 Sep 2009 20:11:19 -0000 1.9
--- ExternalProject.cmake 8 Sep 2009 21:28:49 -0000 1.10
***************
*** 880,883 ****
--- 880,884 ----
OUTPUT ${cmf_dir}/${CMAKE_CFG_INTDIR}/${name}-complete
COMMENT "Completed '${name}'"
+ COMMAND ${CMAKE_COMMAND} -E make_directory ${cmf_dir}/${CMAKE_CFG_INTDIR}
COMMAND ${CMAKE_COMMAND} -E touch ${cmf_dir}/${CMAKE_CFG_INTDIR}/${name}-complete
COMMAND ${CMAKE_COMMAND} -E touch ${stamp_dir}/${CMAKE_CFG_INTDIR}/${name}-done
More information about the Cmake-commits
mailing list