The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=12419 ====================================================================== Reported By: cbielow Assigned To: ====================================================================== Project: CMake Issue ID: 12419 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-08-24 07:35 EDT Last Modified: 2011-08-24 07:35 EDT ====================================================================== Summary: Project Dependencies in VS Generators broken Description: For VS solution files (tried VS9 and VS10):
Invoking a target X from a sub-Project will fail to build dependencies Y of X and gives "Project not selected to build for this solution configuration". Steps to Reproduce: minimal example attached (see run.bat to run it). Additional Information: Dirty Workaround: Specify a dependency just like Y (with another name) in the sub-Project and make it depend on X. Then it will be build. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-08-24 07:35 cbielow New Issue 2011-08-24 07:35 cbielow File Added: Cmakebug.zip ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
