[Cmake-commits] CMake branch, next, updated. v3.6.0-rc2-481-g7b03bc3

Brad King brad.king at kitware.com
Tue Jun 21 09:34:44 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  7b03bc30216a72c45f085ce530b3723d8c4d0455 (commit)
       via  d3e538eabbb329dcff86ea740a056964b0e2800d (commit)
      from  5a31ea440efecb10bf4489f2022089ae2a7d6afa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b03bc30216a72c45f085ce530b3723d8c4d0455
commit 7b03bc30216a72c45f085ce530b3723d8c4d0455
Merge: 5a31ea4 d3e538e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 21 09:34:43 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 21 09:34:43 2016 -0400

    Merge topic 'doc-VS_STARTUP_PROJECT-clarify' into next
    
    d3e538ea Help: Clarify VS_STARTUP_PROJECT documentation


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d3e538eabbb329dcff86ea740a056964b0e2800d
commit d3e538eabbb329dcff86ea740a056964b0e2800d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 21 09:31:42 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 21 09:33:35 2016 -0400

    Help: Clarify VS_STARTUP_PROJECT documentation
    
    Explain in what directory the property should be set to affect the
    corresponding ``.sln`` file.
    
    Suggested-by: Stephen Kelly <steveire at gmail.com>

diff --git a/Help/prop_dir/VS_STARTUP_PROJECT.rst b/Help/prop_dir/VS_STARTUP_PROJECT.rst
index edd4832..04441b6 100644
--- a/Help/prop_dir/VS_STARTUP_PROJECT.rst
+++ b/Help/prop_dir/VS_STARTUP_PROJECT.rst
@@ -3,10 +3,16 @@ VS_STARTUP_PROJECT
 
 Specify the default startup project in a Visual Studio solution.
 
+The :ref:`Visual Studio Generators` create a ``.sln`` file for each directory
+whose ``CMakeLists.txt`` file calls the :command:`project` command.  Set this
+property in the same directory as a :command:`project` command call (e.g. in
+the top-level ``CMakeLists.txt`` file) to specify the default startup project
+for the correpsonding solution file.
+
 The property must be set to the name of an existing target.  This
 will cause that project to be listed first in the generated solution
 file causing Visual Studio to make it the startup project if the
 solution has never been opened before.
 
-If this property is not specified, then the "ALL_BUILD" project
+If this property is not specified, then the ``ALL_BUILD`` project
 will be the default.

-----------------------------------------------------------------------

Summary of changes:
 Help/prop_dir/VS_STARTUP_PROJECT.rst |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list