Hi all,

I would like a litle help to integrate jenkins + cmake. I read some docs
(like
http://schneide.wordpress.com/2009/04/07/cmake-builder-plugin-for-hudson/)
, but I didn't fix my problem yet. When I try to build my project by myself
(cmake . && make), evertything works, but when I try to build with jenkins
the error bellow occurs. Any tip?

Yes, I have configured my CMAKE_MODULE_PATH.
set(CMAKE_MODULE_PATH */MY/MODULES/PATH/*)

*LOG ERROR*
================================================

cmake .
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
  
CMAKE_MODULE_PATH='*/home/interceptacao.internet/projetos/InterceptacaoInternet/3rdParty/trunk/scripts/cmake/modules/*'
CMake Error at CMakeLists.txt:23 (include):
  include could not find load file:

    CMakeDefs

================================================

Regards,

-- 
Paulo Leonardo Benatto, patito
"the fear of being free, makes you proud of being a slave"

Reply via email to