Hi all,

I am wondering whether it is intended that the link_directories is
appending the $(Configuration) sub-directory only to the last
directory when a list of directories is passed to it?

I had to write something like

  foreach(link_dir ${LIBRARY_DIRS})
    link_directories("${link_dir}")
  endforeach()

to override the behaviour.

Any hint is welcome.

Kind regards,
Hauke

--
CMake 2.8.5
Generator: Visual Studio 10 x64
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to