[Cmake-commits] CMake branch, master, updated. v3.9.2-753-g00975e9

2017-09-10 Thread Kitware Robot
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, master has been updated
   via  00975e926199eea21763470e2ab876246e36669a (commit)
  from  db9b6b266fbacac7f05dd8958d698c47605cdca0 (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=00975e926199eea21763470e2ab876246e36669a
commit 00975e926199eea21763470e2ab876246e36669a
Author: Kitware Robot <kwro...@kitware.com>
AuthorDate: Mon Sep 11 00:01:05 2017 -0400
Commit: Kitware Robot <kwro...@kitware.com>
CommitDate: Mon Sep 11 00:01:05 2017 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 419b26d..971b451 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 9)
-set(CMake_VERSION_PATCH 20170910)
+set(CMake_VERSION_PATCH 20170911)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits


Re: [CMake] cmake install

2017-09-10 Thread Michael Jackson
You should explicitly set the installation location of your package using 
–DCMAKE_INSTALL_PREFIX=/xxx///xxx during the initial invocation of 
cmake.

 

This should be set to a location you KNOW you have normal write access to. Once 
this is set then you will no longer need to use “sudo” to run the commands and 
all _should_ work correctly. This is what we do on our dashboard builds.

 

-- 

Mike Jackson  

 

 

From: CMake  on behalf of Adam Getchell 

Date: Friday, September 8, 2017 at 9:20 PM
To: Craig Scott 
Cc: CMake 
Subject: Re: [CMake] cmake install

 

 

On Sep 8, 2017, at 6:11 PM, Craig Scott  wrote:

 

I tried:

 

# cmake -G Ninja .

# cmake --build .

# cmake --build . --target install

 

This should be correct. Did this not work for you?

 

No.

 

https://travis-ci.org/acgetchell/CDT-plusplus/jobs/273498700

 

Thanks for your help.

 

 

 

If its somewhere in the manual, I’d appreciate pointers.

 

Which part were you looking for? The use of --target is documented as part of 
the Build Tool Mode section, but it seems you've already figured out that part. 
There's nothing technically special about the install target as far as I'm 
aware, you should be able to refer to it as a build target like you've done 
above.

 

 

Craig Scott

Melbourne, Australia

https://crascit.com

 

-- 

Adam Getchell
https://keybase.io/adamgetchell


-- Powered by www.kitware.com Please keep messages on-topic and check the CMake 
FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to 
support the CMake community. For more information on each offering, please 
visit: CMake Support: http://cmake.org/cmake/help/support.html CMake 
Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: 
http://cmake.org/cmake/help/training.html Visit other Kitware open-source 
projects at http://www.kitware.com/opensource/opensource.html Follow this link 
to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake