[CMake] LINK_DIRECTORIES in MinGw

Jesús López jesus.lopez.salvador at gmail.com
Mon May 21 14:34:49 EDT 2007


Hi,
I'm using the MinGW (non MSYS) generator and adding an
LINK_DIRECTORIES(xxx)
seems to be doing nothing in the linking stage (make verbose=1),
and I'm forced to use:

SET_TARGET_PROPERTIES(mytarget PROPERTIES
   LINK_FLAGS -Lxxx
)

Should I file a bug?
Thnx,
Jesús López



More information about the CMake mailing list