[sldev] Making cmake do the fmod copy

Bill Hoffman bill.hoffman at kitware.com
Tue Jul 29 11:12:10 PDT 2008


Bryan O'Sullivan wrote:
> On Tue, Jul 29, 2008 at 2:47 AM, Robin Cornelius 
> <robin.cornelius at gmail.com <mailto:robin.cornelius at gmail.com>> wrote:
>  
> 
>     Now the problem i have is how do i set FMOD_SDK_DIR, i can modify
>     develop.py to add a -DFMOD_SDK_DIR:STRING= etc but i am not sure what
>     is desired or welcome wrt modifying the develop.py.
> 
> 
> I don't think I've expressed this directly, but it has never been my 
> attention to make every tweakable cmake variable available through some 
> develop.py interface. If you need to modify this, there are two simple 
> ways to do so: you can either pass the -D flag to develop.py's configure 
> command, or you can run ccmake in the build directory and edit the 
> setting there.
> 

Or when we have cmake2.6 working, you can run cmake-gui, or on windows 
you can run CMakeSetup.  cmake-gui is a Qt based interface to the cmake 
cache which is quite nice.

-Bill


More information about the SLDev mailing list