<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello to all,<BR><BR>I'm trying to use CMake with Netbeans 6.9.&nbsp; I'm working with Ogre3D and they provided a CMakeLists.txt file.&nbsp; Everything works fine&nbsp;via cmake-gui.exe (CMake v2.8), but when I attempt to build my project in Netbeans, it spits out:<BR><BR>CMake Error:<BR>&nbsp; The path to the source directory:<BR>
&nbsp;&nbsp;&nbsp; C:/Development/OgreTut/CONF=Release<BR>
&nbsp; contains unsupported character '='.<BR>
&nbsp; Please use a different source directory name.<BR>
&nbsp;<BR>
I've scoured the config files and CMake files that were generated, but none of them seem to have a reference to this.&nbsp; I believe it's something as simple as a space missing, but I cannot locate where to set this.&nbsp; The other possibility is that "CONF=Release" is supposed to just be "Release," but again, I can find no reference to this.&nbsp; I'm not sure if CONF=Release is on the Netbeans or the CMake side.<BR><BR>Any ideas?<BR><BR>thanks,<BR><BR>Felix<BR>                                               </div></body>
</html>