2009-09-28 19:46:51 +04:00
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# Copyright 2002-2009 Kitware, Inc.
|
|
|
|
#
|
|
|
|
# Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
# see accompanying file Copyright.txt for details.
|
|
|
|
#
|
|
|
|
# This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
# See the License for more information.
|
|
|
|
#=============================================================================
|
|
|
|
# (To distributed this file outside of CMake, substitute the full
|
|
|
|
# License text for the above reference.)
|
|
|
|
|
2002-12-05 21:44:11 +03:00
|
|
|
FIND_PROGRAM(CMAKE_MAKE_PROGRAM
|
2003-08-08 19:59:07 +04:00
|
|
|
NAMES msdev
|
|
|
|
PATHS
|
|
|
|
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup;VsCommonDir]/MSDev98/Bin
|
|
|
|
"c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
|
|
|
|
"c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
|
|
|
|
"/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
|
|
|
|
)
|
2002-12-05 21:44:11 +03:00
|
|
|
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|
2006-04-10 21:46:37 +04:00
|
|
|
SET(MSVC60 1)
|