[CMake] HINTS vs PATHS

2010-10-27 Thread Serghei Amelian
Hello list, What is the difference between HINTS and PATHS, for example for find_library? Thanks -- Serghei ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[CMake] build priority

2010-09-15 Thread Serghei Amelian
Hi, Is any way to tell cmake to build a target before beginning to start compiling another one? For example, i need target dcopidl to be exists before generating *.kidl files. Thanks -- Serghei ___ Powered by www.kitware.com Visit other Kitware

[CMake] find_program refuse find su and sudo

2010-09-12 Thread Serghei Amelian
Hello, I try to check where are located su and sudo and, guess what, cmake do not want to find it :) Maybe it's because sudo and su are suid-ed, but this is not documented. This is a little script and output: ## cmake_minimum_required( VERSION 2.6 ) project( test ) find_program(