[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.6.4.1 1.6.4.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 27 11:56:50 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/MacroTest
In directory public:/mounts/ram/cvs-serv3695/Tests/MacroTest

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in from main tree to create RC 2


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/MacroTest/CMakeLists.txt,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -C 2 -d -r1.6.4.1 -r1.6.4.2
*** CMakeLists.txt	25 Mar 2008 23:59:23 -0000	1.6.4.1
--- CMakeLists.txt	27 Mar 2009 15:56:48 -0000	1.6.4.2
***************
*** 87,88 ****
--- 87,93 ----
  
  ADD_EXECUTABLE(MacroTest macroTest.c)
+ 
+ MACRO(GET_CURRENT_FILE var)
+   SET(${var} ${CMAKE_CURRENT_LIST_FILE})
+ ENDMACRO(GET_CURRENT_FILE)
+ INCLUDE(context.cmake)



More information about the Cmake-commits mailing list