Hi all!

I have a project, which pulls in a bunch of sub-projects, using
add_subdirectory.

The problem is that these projects all create a custom target called
uninstall. Obviously, when these projects are pulled together, the uninstall
targets clash.
An ideal solution would be to ignore the uninstall targets in
the subdirectories, and just pay attention to the one at the root. Is this
at all possible?

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