The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12595 ====================================================================== Reported By: devurandom Assigned To: ====================================================================== Project: CMake Issue ID: 12595 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-11-28 15:33 EST Last Modified: 2011-11-28 15:33 EST ====================================================================== Summary: Missing dependencies for imported libraries are being ignored Description: add_library(test IMPORTED) add_dependencies(test NonExistentTarget)
This will not cause an error report about NonExistentTarget, using v2.8.6 of cmake. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-11-28 15:33 devurandom New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers