Re: [CMake] Running configure/make from CMakeLists.txt

2008-11-20 Thread Eric Noulard
2008/11/20 Sean Soria <[EMAIL PROTECTED]>: > I'm trying to convert a project to cmake. There are a lot of other > open source libraries contained in the project which are compiled > using configure/make. I'd like to not have to convert their build > methods to use cmake as well. Is there a simpl

[CMake] Running configure/make from CMakeLists.txt

2008-11-20 Thread Sean Soria
I'm trying to convert a project to cmake. There are a lot of other open source libraries contained in the project which are compiled using configure/make. I'd like to not have to convert their build methods to use cmake as well. Is there a simple way to run configure/make on a directory from cma