Folks, looks like I've solved this problem by changing a bit all
"add_subdirectory" commands which pointed to libraries outside the
current project's directory. So, instead of this:

add_subdirectory(${foo_SOURCE_DIR}/../shared/lib/boost ${foo_BINARY_DIR})

...now I'm using this:

add_subdirectory(${foo_SOURCE_DIR}/../shared/lib/boost boost_lib)

Hope that helps someone else as well ;)

-- 
Best regards, Pavel
_______________________________________________
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