Re: [CMake] Bad source directory?

2011-07-18 Thread felix jeneau
that is actually being executed? Date: Wed, 13 Jul 2011 16:56:44 -0400 Subject: Re: [CMake] Bad source directory? From: david.c...@kitware.com To: felix_jen...@hotmail.com CC: cmake@cmake.org It looks like OgreTut must have a subdirectory named CONF=Release. Which is unfortunate

[CMake] Bad source directory?

2011-07-13 Thread felix jeneau
Hello to all, I'm trying to use CMake with Netbeans 6.9. I'm working with Ogre3D and they provided a CMakeLists.txt file. Everything works fine via cmake-gui.exe (CMake v2.8), but when I attempt to build my project in Netbeans, it spits out: CMake Error: The path to the source directory:

Re: [CMake] Bad source directory?

2011-07-13 Thread David Cole
It looks like OgreTut must have a subdirectory named CONF=Release. Which is unfortunate, because the fix for this bug: http://public.kitware.com/Bug/view.php?id=11689 simply disallows = characters in the source directory names. I'm afraid the only solution here is to rename that directory.