[CMake] Unrealistic percent numbers(Ubuntu cmake 2.6-patch0)

Pavel Shevaev pacha.shevaev at gmail.com
Fri Mar 6 01:26:16 EST 2009


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


More information about the CMake mailing list