[root@Olivier Recalage]# grep GDCM_DIR CMakeCache.txt<br>GDCM_DIR:PATH=GDCM_DIR-NOTFOUND<br><br>this is the directory where I put my program.cxx and the cmakelists.txt, and where I try to compile :-)<br><br>Olivier<br><br>----------------------------------------<br>olivier.stern@swing.be wrote:<br><br>> Le chemin jusqu'a GDCM_DIR n'est pas specifie. Il doit est specifie au <br>> repertoire qui contient GDCMConfig.cmake<br>><br>> 3 ways:<br>> 1. edit CMakeCache.txt (with vim, emacs, nedit, gedit , notepad, winword).<br>> 2. cd gdcm-bin; ccmake .<br>> 3. cd gdcm-bin; make edit_cache<br>><br>> => I'd like to set it once at all. I imagine the first way is <br>> temporaly. I've tried the second way, but in toggled mode, I can't see <br>> anywhere GDCM_DIR.<br>><br>> Olivier<br>><br>$ cd my-tfe-project-bin<br>$ grep GDCM_DIR CMakeCache.txt<br><br><br>