At 02:22 PM 6/1/2006, Brandon J. Van Every wrote:
>When I run ccmake again, it comes back with exactly the same thing.
>
>To be very sure of the conclusion, I comment out the entire CHECK_INCLUDE_FILE 
>sequence.
>Now there is no way for my code to be inserting a -ldl.  It still shows up.
Try this:

add a:

 message(${EXTRA_LIBS}) 

Also, make sure you delete the CMakeCache.txt after the change.

-Bill

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to