[Cmake-commits] CMake branch, master, updated. v3.10.1-686-g89ed729

2017-12-22 Thread Kitware Robot
VERSION_MINOR 10) -set(CMake_VERSION_PATCH 20171222) +set(CMake_VERSION_PATCH 20171223) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] ExternalProject_Add and Git Update? How do I make these work?

2017-12-22 Thread Konstantin Tokarev
> ExternalProject_Add(${extProjectName} > GIT_REPOSITORY "git://github.com/BlueQuartzSoftware/discount.git" > GIT_PROGRESS 1 > #GIT_TAG master > > TMP_DIR "${DREAM3D_SDK}/superbuild/${extProjectName}/tmp/${CMAKE_BUILD_TYPE}" > STAMP_DIR "${DREAM3D_SDK}/superbuild/${extProjectName}/Stamp" >

[CMake] ExternalProject_Add and Git Update? How do I make these work?

2017-12-22 Thread Michael Jackson
ExternalProject_Add(${extProjectName} GIT_REPOSITORY "git://github.com/BlueQuartzSoftware/discount.git" GIT_PROGRESS 1 #GIT_TAG master TMP_DIR "${DREAM3D_SDK}/superbuild/${extProjectName}/tmp/${CMAKE_BUILD_TYPE}" STAMP_DIR "${DREAM3D_SDK}/superbuild/${extProjectName}/Stamp"

Re: [CMake] CMake 3.9.x Visual Studio CUDA PDB/compiler flags issues

2017-12-22 Thread Robert Maynard
Hi, I have a MR open for CMake that resolves this bug (https://gitlab.kitware.com/cmake/cmake/merge_requests/1618) On Thu, Sep 7, 2017 at 9:48 AM, Robert Maynard wrote: > Okay I have opened an issue on CMake for handling multiple gencode with > multiple code targets.

Re: [CMake] absolute library path, sorry for the question

2017-12-22 Thread Mario Emmenlauer
Can anyone help to force cmake use absolute paths? On 13.12.2017 11:45, Mario Emmenlauer wrote: > Thank you for your reply!! Your explanation is very helpful for writing > my own CMakeLists.txt. But in my case, I use the standard CMakeLists.txt > that comes with the libraries. For example

[CMake] Include directories of IMPORTED libraries not propagating

2017-12-22 Thread Saad Khattak
Hi, I have the following setup: ImportedLib (sets location of library files and public include directories) LibA (publicly includes ImporteLib with target_link_libraries(...)) Exe (finds LibA and links against it) Where ImportedLib uses

[Cmake-commits] CMake branch, master, updated. v3.10.1-685-g4309ed2

2017-12-22 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 4309ed25eee874ee73a715897550e2ea18631f41 (commit) via