[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 13 16:58:26 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/VSExternalInclude
In directory public:/mounts/ram/cvs-serv16370/Tests/VSExternalInclude

Modified Files:
	CMakeLists.txt 
Log Message:
ENH:  almost all tests passing in vs 10, commit fixes preprocess and starts vs external project


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/VSExternalInclude/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** CMakeLists.txt	25 Mar 2008 15:27:14 -0000	1.6
--- CMakeLists.txt	13 Jul 2009 20:58:24 -0000	1.7
***************
*** 7,11 ****
    SET(PROJECT_EXT vcproj)
  ENDIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 6")
! 
  
  # make sure directories exists
--- 7,13 ----
    SET(PROJECT_EXT vcproj)
  ENDIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 6")
! IF(${CMAKE_GENERATOR} MATCHES "Visual Studio 10")
!   SET(PROJECT_EXT vcxproj)
! ENDIF()
  
  # make sure directories exists
***************
*** 39,40 ****
--- 41,43 ----
  # target depends on lib2
  ADD_DEPENDENCIES(VSExternalInclude lib2)
+ 



More information about the Cmake-commits mailing list