hi, cmake-user<br>
<br>
I am trying to use the gnu gsl package in vtk. The gsl is make
installed by gnu, not cmake. How can I use the library in my vtk
project? I put something like <br>
FIND_PACKAGE(GSL)<br>
IF(GSL_FOUND)<br>
&nbsp; INCLUDE(${GSL_USE_FILE})<br>
ELSE(GSL_FOUND)<br>
&nbsp; MESSAGE(FATAL_ERROR<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Please set GSL_DIR.&quot;)<br>
ENDIF(GSL_FOUND)<br>
in the CMakeLists.txt and assign the dir of gsl during ccmake. Then
it's looking for the config.cmake file in the gsl dir, where there is
none. <br>
Thanks for your suggestions.<br>
<br>
zl2k<br>