[CMake] FIND_LIBRARY debug/release

Jacob Foshee jacobf at gmail.com
Tue Oct 17 18:09:32 EDT 2006


I am working on updating the FindDCMTK.cmake module.
It includes a lot of commands like the following:
FIND_LIBRARY( DCMTK_dcmimgle_LIBRARY dcmimgle
  ${DCMTK_DIR}/dcmimgle/libsrc
  ${DCMTK_DIR}/dcmimgle/libsrc/Release
  ${DCMTK_DIR}/dcmimgle/libsrc/Debug
)

Shouldn't FIND_LIBRARY look in the "release" and "debug" subfolders by
default?  It does not seem to.


More information about the CMake mailing list