Hi!

In my tries to properly compile a library with Visual C++ 10 Express, I've noticed that despite setting LIBRARY_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/lib" in SET_TARGET_PROPERTIES (which works perfectly fine with gcc on Linux and Xcode on OSX), the Visual C++ "Output directory" property of the dynamic library target is not properly set (it still is some sort of a default value). On the other hand, for the static library, it has the correct (ie: customized) value as well as for the import library.

Is this normal?

Thanks!
Mathias Bavay
_______________________________________________
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