Hi everyone,

After unsuccessfully looking for an answer on Google, I contact you.
I have a question regarding the use of add_subdirectory. When a project A is 
depending on a project B, I add the following in A's CMakeLists.txt :

Add_subdirectory(B Path/To/B/Build/Directory)

It does build B before A. But when I build B in its build directory and I build 
A after, it builds B again whereas it should not since B is up to date.

Anyone sees what's wrong ?

Thanks in advance

Pierre-Julien VILLOUD
_______________________________________________
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