[Cmake] CMake error on Windows2000
Gareth Jones
gareth.jones at stud.man.ac.uk
Thu Feb 20 10:10:52 EST 2003
I believe there is a bug in CMakeVS6FindMake.cmake:
Index: CMakeVS6FindMake.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeVS6FindMake.cmake,v
retrieving revision 1.1
diff -u -r1.1 CMakeVS6FindMake.cmake
--- CMakeVS6FindMake.cmake 5 Dec 2002 18:44:11 -0000 1.1
+++ CMakeVS6FindMake.cmake 20 Feb 2003 15:08:58 -0000
@@ -1,7 +1,7 @@
FIND_PROGRAM(CMAKE_MAKE_PROGRAM
NAMES msdev
PATHS
- [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup;VsCommonDir]/MSDev98/Bin/msdev
+ [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"
Gareth Jones
Bill Hoffman <bill.hoffman at kitware.com> writes:
> This is an obscure error, that could mean that you are building
> with the wrong generator, or you do not have msdev installed
> on the machine that you are running cmake on.
>
> Are you building for VS 6 or 7?
>
> -Bill
>
> At 05:36 PM 2/17/2003 +0000, Danny Allen wrote:
>
>> I'm using CMake 1.6 on windows2000 and I get the following message when
>> trying to generate workspace and project files:
>>
>> "CMake Error: EnableLanguage was unable to find a CMAKE_MAKE_PROGRAM".
>>
>> Any ideas ?
More information about the CMake
mailing list