Alexander Neundorf wrote:

what's the preferred way to distribute cmake files for 3rd party projects ?


installs ...into ${CMAKE_ROOT}/Modules . This won't work if the user doesn't have root access.
And user find script can't have the same name as standard find scripts.
We "override" some of the standard find scripts with our our own ones, e.g. for differen search order and adding network installations.


${HOME}/.CMake/Modules/ to the cmake search path ?
I vote for an additional search based on an environent variable because it
- works platform independantly
- can be set by installers/scripts easily.

Jan.

--

 Dipl.-Ing. Jan Woetzel
--------------------------------------------------
 Uni Kiel
 Institut f. Informatik und Praktische Mathematik
 Hermann-Rodewaldstr. 3  [Raum 310]
 24098 Kiel/Germany
--------------------------------------------------
 Tel    +49-431-880-4477
 Fax    +49-431-880-4054
 Privat +49-431-802872
 Mob.   +49-179-2937346
--------------------------------------------------
 Url    www.mip.informatik.uni-kiel.de/~jw
 Email  [EMAIL PROTECTED]
 Privat [EMAIL PROTECTED]

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to