<br><br><div class="gmail_quote">On Nov 7, 2007 12:42 PM, Esben Mose Hansen <<a href="mailto:kde@mosehansen.dk">kde@mosehansen.dk</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>To start with the question: Is setting CMAKE_MODULE_PATH supported by the<br>CMake module? If not, where should I start if I want to fix it?<br><br>And the background:<br><br>I'm trying to get the svn version of kdevelop to work well enough to do my
<br>daily work with, so that when I get annoyed by something I can fix it :)<br><br>My first problem comes when kdevelop attempts to parse the CMake files.<br>Apparently, KDevelop doesn't understand this line<br><br>set(CMAKE_MODULE_PATH "${calypso_SOURCE_DIR}/cmake_modules/")
</blockquote><div>It wasn't initializing the variable <projectname>_SOURCE_DIR.<br><br>It is fixed now. I'll commit that in a minute<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>and thus doesn't find some modules<br><br>kdevelop(8096)/kdevelop (cmake support) CMakeProjectVisitor::visit: error!!<br>Could not find "FindLibZip" = "FindLibZip.cmake" into<br>("", "/usr/share/cmake-
2.4/Modules", "/home/esben/calypso/src/spreadsheet")<br><br>I tried to set it manually in project options (Cmake, advanced) but this just<br>crashed kdevelop.</blockquote><div>I'll check this issue later this week.
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><font color="#888888"><br>--<br>regards, Esben<br><br>_______________________________________________
<br>KDevelop-devel mailing list<br><a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br><a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
</a><br></font></blockquote></div><br>
Thanks for reporting it! :)<br>
<br>
Aleix