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" > DOWNL

[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" DOWNLOAD_DI

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. > > On Wed, Sep 6, 2017 at 3

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 libtiff

[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 "set_target_properties(ImportedLib