2 #=============================================================================
3 # Copyright 2002-2009 Kitware, Inc.
5 # Distributed under the OSI-approved BSD License (the "License");
6 # see accompanying file Copyright.txt for details.
8 # This software is distributed WITHOUT ANY WARRANTY; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 # See the License for more information.
11 #=============================================================================
12 # (To distribute this file outside of CMake, substitute the full
13 # License text for the above reference.)
15 find_program(CMAKE_MAKE_PROGRAM
18 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup;VsCommonDir]/MSDev98/Bin
19 "c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
20 "c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
21 "/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
23 mark_as_advanced(CMAKE_MAKE_PROGRAM)
25 set(MSVC_VERSION 1200)