[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.10 1.11
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Dec 24 10:10:42 EST 2008
Update of /cvsroot/CMake/CMake/Tests/ExternalProject
In directory public:/mounts/ram/cvs-serv21589/Tests/ExternalProject
Modified Files:
CMakeLists.txt
Log Message:
ENH: Re-work of fix committed yesterday for the Watcom WMake dashboard. Fix it properly by using the SYMBOLIC source file property to indicate to WMake when the sentinel file is not actually written by the update step.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ExternalProject/CMakeLists.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** CMakeLists.txt 23 Dec 2008 15:01:53 -0000 1.10
--- CMakeLists.txt 24 Dec 2008 15:10:40 -0000 1.11
***************
*** 60,80 ****
endif()
- # WATCOM WMake cannot handle "always out of date" custom commands,
- # so force the update_step to be an up-to-date no-op instead of a
- # cvs/svn update...
- #
- set(update_step)
- if(WATCOM)
- set(update_step
- UPDATE_COMMAND ${CMAKE_COMMAND}
- UPDATE_ARGS "-E echo no-op update step"
- )
- endif()
-
message(STATUS "can_build_kwstyle='${can_build_kwstyle}'")
message(STATUS "can_build_tutorial_step5='${can_build_tutorial_step5}'")
message(STATUS "can_use_cvs='${can_use_cvs}'")
message(STATUS "can_use_svn='${can_use_svn}'")
- message(STATUS "update_step='${update_step}'")
--- 60,67 ----
***************
*** 111,114 ****
--- 98,103 ----
TGZ ""
TGZ_URL ""
+ UPDATE_ARGS ""
+ UPDATE_COMMAND ""
)
***************
*** 181,185 ****
CONFIGURE_ARGS "\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" -G \"${CMAKE_GENERATOR}\" \"${source_dir}/${proj}\""
INSTALL_COMMAND ""
- ${update_step}
)
--- 170,173 ----
***************
*** 193,197 ****
CONFIGURE_ARGS "\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" -G \"${CMAKE_GENERATOR}\" \"${source_dir}/${proj}\""
INSTALL_COMMAND ""
- ${update_step}
)
--- 181,184 ----
***************
*** 211,215 ****
DEPENDS "TutorialStep1-20081201"
DEPENDS "kwsys-from-CMake-2-6-2"
- ${update_step}
)
endif()
--- 198,201 ----
***************
*** 227,231 ****
SVN_TAG "-r\;{2008-12-04 01:00:00 +0000}"
CONFIGURE_ARGS "\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" -G \"${CMAKE_GENERATOR}\" \"${source_dir}/${proj}\""
- ${update_step}
)
--- 213,216 ----
***************
*** 238,242 ****
CONFIGURE_ARGS "\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" -G \"${CMAKE_GENERATOR}\" \"${source_dir}/${proj}\""
INSTALL_COMMAND ""
- ${update_step}
)
--- 223,226 ----
***************
*** 248,252 ****
CONFIGURE_ARGS "\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\" -G \"${CMAKE_GENERATOR}\" \"${source_dir}/${proj}\""
INSTALL_COMMAND ""
- ${update_step}
)
endif()
--- 232,235 ----
More information about the Cmake-commits
mailing list