Re: [CMake] Automatically updating Doxygen documentation and making it readily available to users with CMake

2019-02-21 Thread Raymond Wan
Hi Timothy, This is not something I'm very familiar with, but maybe I can still add a little to the discussion by answering both of your messages together. On 21/2/2019 10:18 PM, Timothy Wrona wrote: Perhaps there is a standard location to "install" the documentation when running the

Re: [CMake] Automatically updating Doxygen documentation and making it readily available to users with CMake

2019-02-21 Thread Timothy Wrona
Perhaps there is a standard location to "install" the documentation when running the install command for a project? Either way having it as an "index.html" file somewhere on the hard-disk is not very intuitive. It would make much more sense for it to be on a web server where you can access it

[CMake] CUDA language support with host compiler flags

2019-02-21 Thread Máté Ferenc Nagy-Egri via CMake
Hi All! I am trying to compile CUDA code with controlling both host and device compiler flags. Currently my CMakeLists.txt looks like: ``` cmake_minimum_required(VERSION 3.8) # CUDA language support project(CUDA_test LANGUAGES CXX CUDA) if (MSVC)   string(REGEX REPLACE "/W[0-9]" ""

[CMake] transitive interface dependency problem

2019-02-21 Thread Starka Tomáš
Hi all, following my previous post 'link only with targets feature' I have found yet another unpleasant consequence of not being able to tell cmake that it is the target name in the parameters of target_link_libraries (without the use of :: notation, that is optional and inconsistent).

Re: [CMake] [cmake-developers] [MSVC] Setting warning level on target feels like long-time bug

2019-02-21 Thread Máté Ferenc Nagy-Egri via CMake
I was just about to write a mail with similar content than this one, so allow me to add my 5 cents. Fear of reyling on defaults in case Microsoft decides to change them? 1) Defaults don't change often. BTW, don't we rely on defaults for GCC and Clang anyway?2) Defaults change to benefit users.

Re: [CMake] Automatically updating Doxygen documentation and making it readily available to users with CMake

2019-02-21 Thread Roger Leigh
On 21/02/2019 14:18, Timothy Wrona wrote: Perhaps there is a standard location to "install" the documentation when running the install command for a project? This collection builds and installs the documentation into a standard location, as well as reporting undocumented code. Feel free to

Re: [cmake-developers] [CMake] [MSVC] Setting warning level on target feels like long-time bug

2019-02-21 Thread Mate Nagy-Egri via cmake-developers
I was just about to write a mail with similar content than this one, so allow me to add my 5 cents. Fear of reyling on defaults in case Microsoft decides to change them? 1) Defaults don't change often. BTW, don't we rely on defaults for GCC and Clang anyway?2) Defaults change to benefit users.

[Cmake-commits] CMake branch, master, updated. v3.14.0-rc2-161-g63928f0

2019-02-21 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 6687471..e17306e 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 14) -set(CMake_VERSION_PATCH 20190221) +set(CMake_VER