[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-343-g2dcd7ce4ba

2019-11-11 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 8796e7900a..41bde355a6 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 16) -set(CMake_VERSION_PATCH 2019

Re: [CMake] cross-testing support in cmake

2019-11-11 Thread stefan
On 2019-11-06 11:00 a.m., Andrew Fuller wrote: Does https://cmake.org/cmake/help/latest/prop_tgt/CROSSCOMPILING_EMULATOR.html#prop_tgt:CROSSCOMPILING_EMULATOR do what you're looking for? So it looks like this variable indeed allows me to define a test wrapper script that handles the

[Cmake-commits] CMake branch, release, updated. v3.16.0-rc3-67-g5e328c6d74

2019-11-11 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, release has been updated via 5e328c6d74ed6b6470e1df1005d07fe930185b52 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-342-g95555d95aa

2019-11-11 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 9d95aa04658a5d656f90f031e9fdea661a02 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-334-ge3aeae7ee8

2019-11-11 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 e3aeae7ee80bfba17568a529f756eb23ef8269a1 (commit) via

Re: [cmake-developers] CMake removes /DEF: option in CMAKE_SHARED_LINKER_FLAGS

2019-11-11 Thread Alexander
Thank you very much, Brad. I found that WINDOWS_EXPORT_ALL_SYMBOLS was set in my CMakeLists.txt. After I removed it the /DEF parameter from CMAKE_SHARED_LINKER_FLAGS appeared in the linking command. -- Best Regards, Alexander On Fri, 8 Nov 2019 at 14:52, Brad King wrote: > On 11/8/19 5:17 AM,

Re: [CMake] Using CMake with TI armcl and armar

2019-11-11 Thread Eric Doenges
Am 09.11.19 um 00:15 schrieb Samyukta Ramnath: I want to add a CC1352P1_LAUNCHXL_TIRTOS.cmd  file, which has been added in the CCS linker command, but I am unable to include It in my linker command. I tried the following things : set(LINKER_SCRIPT "${LWIP_DIR}/CC1352P1_LAUNCHXL_TIRTOS.cmd")