Hey guys, I wonder if it's possible to ignore install() commands in projects that are being built using add_subdirectory().
I've got a project that builds external libraries and links statically to them, so there's no need to install them in the final step. A workaround is to remove the files after installing, but I'd rather go with a "cleaner" solution. Greetings, Stefan. -- 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
