[Cmake-commits] CMake branch, master, updated. v3.13.3-983-g41e02ea

2019-01-19 Thread Kitware Robot via Cmake-commits
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  41e02ea3b82c2c1a302096d3032dc2f52f52b686 (commit)
  from  c902e775ec3fc2f3c6f6c4273142bfe6f73f4c57 (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=41e02ea3b82c2c1a302096d3032dc2f52f52b686
commit 41e02ea3b82c2c1a302096d3032dc2f52f52b686
Author: Kitware Robot 
AuthorDate: Sun Jan 20 00:01:04 2019 -0500
Commit: Kitware Robot 
CommitDate: Sun Jan 20 00:01:04 2019 -0500

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index acaeacf..e2a72e4 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 13)
-set(CMake_VERSION_PATCH 20190119)
+set(CMake_VERSION_PATCH 20190120)
 #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
https://cmake.org/mailman/listinfo/cmake-commits


[CMake] add_executable() with BYPRODUCT

2019-01-19 Thread Torsten Robitzki
Hello,
we have some applications for something similar to BYPRODUCTS in 
add_custom_command() when it comes to add_exectuable(). For example, we want to 
do some resource calculation based on map files. And in a perfect world, the 
map file would be a BYPRODUCT of the executable and we could make the resource 
calculation dependent on the map file. Thus a missing map file would result in 
a relinking of the executable.

Is it possible to define a BYPRODUCT of an executable, somehow?

Kind regards,

Torsten



signature.asc
Description: Message signed with OpenPGP
-- 

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:
https://cmake.org/mailman/listinfo/cmake